Nodefsfchownfunction fchown#fchown(fd: number,uid: number,gid: number,callback: NoParamCallback,): voidSets the owner of the file. No arguments other than a possible exception are given to the completion callback. See the POSIX fchown(2) documentation for more detail. Parameters ##fd: number#uid: number#gid: number#callback: NoParamCallbackReturn Type #void
function fchown#fchown(fd: number,uid: number,gid: number,callback: NoParamCallback,): voidSets the owner of the file. No arguments other than a possible exception are given to the completion callback. See the POSIX fchown(2) documentation for more detail. Parameters ##fd: number#uid: number#gid: number#callback: NoParamCallbackReturn Type #void