fs.fchown(fd, uid, gid, callback)
fd<integer>uid<integer>gid<integer>callback<Function>err<Error>
设置文件的所有者。除了可能的异常之外,完成回调不会传入任何参数。
【Sets the owner of the file. No arguments other than a possible exception are given to the completion callback.】
有关更多详细信息,请参阅 POSIX fchown(2) 文档。
【See the POSIX fchown(2) documentation for more detail.】