function lchown
Jump to headinglchown(): void
Set the owner of the symbolic link. No arguments other than a possible exception are given to the completion callback.
See the POSIX lchown(2)
documentation for more detail.
Parameters Jump to heading
Jump to headingpath: PathLike
Jump to headinguid: number
Jump to headinggid: number
Jump to headingcallback: NoParamCallback
Return Type Jump to heading
void