NodefsfchownSyncfunction fchownSync#fchownSync(fd: number,uid: number,gid: number,): voidSets the owner of the file. Returns undefined. See the POSIX fchown(2) documentation for more detail. Parameters ##fd: number#uid: numberThe file's new owner's user id. #gid: numberThe file's new group's group id. Return Type #void
function fchownSync#fchownSync(fd: number,uid: number,gid: number,): voidSets the owner of the file. Returns undefined. See the POSIX fchown(2) documentation for more detail. Parameters ##fd: number#uid: numberThe file's new owner's user id. #gid: numberThe file's new group's group id. Return Type #void