function fchownSync
Jump to headingfchownSync(fd: number,uid: number,gid: number,): void
Sets the owner of the file. Returns undefined
.
See the POSIX fchown(2)
documentation for more detail.
Parameters Jump to heading
Jump to headingfd: number
Jump to headinguid: number
The file's new owner's user id.
Jump to headinggid: number
The file's new group's group id.
Return Type Jump to heading
void