fs.lchmodSync(path, mode)


更改符号链接的权限。 返回 undefined

此方法仅在 macOS 上实现。

有关更多详细信息,请参阅 POSIX lchmod(2) 文档。

Changes the permissions on a symbolic link. Returns undefined.

This method is only implemented on macOS.

See the POSIX lchmod(2) documentation for more detail.