filehandle.chmod(mode)


  • mode <integer> 文件模式位掩码。
  • 返回: <Promise> 成功时将使用 undefined 履行。

修改文件的权限。 参见 chmod(2)

  • mode <integer> the file mode bit mask.
  • Returns: <Promise> Fulfills with undefined upon success.

Modifies the permissions on the file. See chmod(2).