Operations.chown

Changes ownership of a file.

class Operations
void
chown
(
const(char)[] path
,
uid_t uid
,
gid_t gid
)

Parameters

path const(char)[]

Path to the file.

uid uid_t

New user ID.

gid gid_t

New group ID.

Meta