pub fn mknod<P: ?Sized + NixPath>( path: &P, kind: SFlag, perm: Mode, dev: dev_t, ) -> Result<()>
Create a special or ordinary file, by pathname.