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

Create a special or ordinary file, by pathname.