How to re-create /dev/null

From Wiki
Jump to navigation Jump to search

If you screw up /dev/null as root, here is how to recreate it:

rm -f /dev/null
mknod /dev/null c 1 3
chmod a+w /dev/null