If /dev/null is missing in your Linux System

If /dev/null is missing in your Linux System then you can create it manually as below.

rm -f /dev/null
mknod -m 666 /dev/null c 1 3
chown root:root /dev/null