Tags

Oddly enough on one of my servers /dev/zero was missing. To recreate it I went to a system that was running the same distro and version then typed:

ls -l /dev/zer*

took the two numbers after root (in my case 1, 5)

then I went back to the server missing /dev/zero and typed (as root)

mknode /dev/zero c 1 5