fs.chmodSync(path, mode)
有关详细信息,请参阅此 API 的异步版本的文档:fs.chmod()
。
¥For detailed information, see the documentation of the asynchronous version of
this API: fs.chmod()
.
有关更多详细信息,请参阅 POSIX chmod(2)
文档。
¥See the POSIX chmod(2)
documentation for more detail.