function fchownSync
Usage
import { fchownSync } from "node:fs";
Sets the owner of the file. Returns undefined.
See the POSIX fchown(2) documentation for more detail.
import { fchownSync } from "node:fs";
Sets the owner of the file. Returns undefined.
See the POSIX fchown(2) documentation for more detail.