Skip to content

Instantly share code, notes, and snippets.

@fabriceleal
Created August 7, 2013 10:45
Show Gist options
  • Save fabriceleal/6173013 to your computer and use it in GitHub Desktop.
Save fabriceleal/6173013 to your computer and use it in GitHub Desktop.
Remake /dev/null (if you, like me, are somehow able to break it)
# From http://www.linuxforums.org/forum/newbie/27030-bash-dev-null-permission-denied-why.html
# Do this as root
rm /dev/null
mknod -m 0666 /dev/null c 1 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment