Skip to main content

SYS_CHMOD

Constant SYS_CHMOD 

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)