fs.fchmod(fd, mode, callback)
fd<integer>mode<string> | <integer>callback<Function>err<Error>
设置文件的权限。完成回调函数除了可能的异常外,不接受其他参数。
【Sets the permissions on the file. No arguments other than a possible exception are given to the completion callback.】
有关更多详细信息,请参阅 POSIX fchmod(2) 文档。
【See the POSIX fchmod(2) documentation for more detail.】