NodefslchownSyncfunction lchownSync#lchownSync(path: PathLike,uid: number,gid: number,): voidSet the owner for the path. Returns undefined. See the POSIX lchown(2) documentation for more details. Parameters ##path: PathLike#uid: numberThe file's new owner's user id. #gid: numberThe file's new group's group id. Return Type #void
function lchownSync#lchownSync(path: PathLike,uid: number,gid: number,): voidSet the owner for the path. Returns undefined. See the POSIX lchown(2) documentation for more details. Parameters ##path: PathLike#uid: numberThe file's new owner's user id. #gid: numberThe file's new group's group id. Return Type #void