fchown

external fun fchown(fd: Number, uid: Number, gid: Number, callback: NoParamCallback)(source)

Sets the owner of the file. No arguments other than a possible exception are given to the completion callback.

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

Since

v0.4.7