Skip to main content

SYS_MKDIRAT

Constant SYS_MKDIRAT 

Source
pub const SYS_MKDIRAT: usize = 466; // 466usize
Expand description

Create a directory relative to a directory FD.

  • dirfd: directory file descriptor (or AT_FDCWD)
  • path_ptr: pointer to the directory path
  • path_len: length of the path
  • mode: permission mode (e.g., 0o755)