function fchmodSync
Jump to headingfchmodSync(fd: number,mode: Mode,): voidSets the permissions on the file. Returns undefined.
See the POSIX fchmod(2) documentation for more detail.
Parameters Jump to heading
Jump to headingfd: numberJump to headingmode: ModeReturn Type Jump to heading
void