Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/js/deno.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/deno.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