Sample Header Ad - 728x90

What does mknod do?

2 votes
1 answer
2557 views
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 don't understand what the last 3 arguments there do.
Asked by leeand00 (4939 rep)
Jan 15, 2020, 10:26 PM
Last activity: Jan 15, 2020, 10:38 PM