fuse-d ~master (2022-05-06T00:55:55.2175691)
Dub
Repo
Operations.chmod
fused
fuse
Operations
Changes the mode of a path.
class
Operations
void
chmod
(
const
(
char
)[]
path
,
mode_t
mode
)
Parameters
path
const
(
char
)[]
The path to check.
mode
mode_t
The mode to set.
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 the mode of a path.