Skip to main content
SYS_CHMOD
strat9_
abi
0.1.0
In strat9_
abi::
syscall
strat9_abi
::
syscall
Constant
SYS_
CHMOD
Copy item path
Source
pub const SYS_CHMOD:
usize
= 452;
Expand description
Change file permissions by path.
path_ptr
: pointer to the file path
path_len
: length of the path
mode
: new permission mode (e.g.,
0o644
)