Skip to content

Instantly share code, notes, and snippets.

@Swop
Created July 17, 2013 23:14
Show Gist options
  • Save Swop/6025390 to your computer and use it in GitHub Desktop.
Save Swop/6025390 to your computer and use it in GitHub Desktop.
Recreate /dev/null on a Linux box
rm /dev/null && mknod -m 666 /dev/null c 1 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment