function fchmodSyncfchmodSync(fd: number,mode: Mode,): voidDeprecatedSets the permissions on the file. Returns undefined. See the POSIX fchmod(2) documentation for more detail. Parametersfd: numbermode: ModeReturn Typevoid