pub fn mknodat<Fd: AsFd, P: ?Sized + NixPath>( dirfd: Fd, path: &P, kind: SFlag, perm: Mode, dev: dev_t, ) -> Result<()>
Create a special or ordinary file, relative to a given directory.