Sets the permissions on the file. No arguments other than a possible exception are given to the completion callback.
See the POSIX fchmod(2)
documentation for more detail.
Asynchronous fchmod(2) - Change permissions of a file.
A file descriptor.
A file mode. If a string is passed, it is parsed as an octal integer.
Generated using TypeDoc
Sets the permissions on the file. No arguments other than a possible exception are given to the completion callback.
See the POSIX
fchmod(2)
documentation for more detail.