Make device files for character or block devices.
mknod
name
type
major
minor
name
: file name
type
: b
for block devices, c
for character devices
major
, minor
: device number
Returns:
- 0 on success Syscall: mknod
Up: user space
File Management: cp | ln | ls | mkdir | mknod | rm | rmdir | stat