functionfs.promises.chmodfunction chmod(path: PathLike,mode: Mode): Promise<void>;Changes the permissions of a file.@returnsFulfills with undefined upon success.