How to re-create /dev/null
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
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