fs.lchmod(path, mode, callback)


异步的 lchmod(2)。 除了可能的异常之外,没有为完成回调提供任何参数。

Asynchronous lchmod(2). No arguments other than a possible exception are given to the completion callback.

Only available on macOS.