pub fn mknodat<P>(
    dirfd: i32,
    path: &P,
    kind: SFlag,
    perm: Mode,
    dev: u64
) -> Result<(), Errno> where
    P: NixPath + ?Sized
Expand description

Create a special or ordinary file, relative to a given directory.