Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/chown.ts>chownSync

A modern runtime for JavaScript and TypeScript.
Go to Latest
function chownSync
import { chownSync } from "https://deno.land/x/deno@v0.30.0/cli/js/chown.ts";

Change owner of a regular file or directory synchronously. Unix only at the moment.

Parameters

path: string

path to the file

uid: number

user id of the new owner

gid: number

group id of the new owner