pub const SYS_MKDIRAT: usize = 466; // 466usizeExpand description
Create a directory relative to a directory FD.
dirfd: directory file descriptor (orAT_FDCWD)path_ptr: pointer to the directory pathpath_len: length of the pathmode: permission mode (e.g.,0o755)