fuse-d ~master (2022-05-06T00:55:55.2175691)
Dub
Repo
Operations.chown
fused
fuse
Operations
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
Source
See Implementation
fused
fuse
Operations
functions
access
chmod
chown
exception
getattr
initialize
mkdir
mknod
open
read
readdir
readlink
release
rename
rmdir
symlink
truncate
unlink
utime
write
Changes ownership of a file.