fs.chownSync(path, uid, gid)


同步地更改文件的所有者和群组。 返回 undefined。 这是 fs.chown() 的同步版本。

另见: chown(2)

Synchronously changes owner and group of a file. Returns undefined. This is the synchronous version of fs.chown().

See also: chown(2).