Questions tagged [mknod]
6 questions
2
votes
1 answer
What does mknod do?
So the mknod command, what does that do?
/dev/random$ mknod -m 666 random c 1 8
I understand that -m specifies permissions, and that mknod overall create an inode in the filesystem which can be a file, directory, device, fifo, etc...but I really…

leeand00
- 4,615