How to re-create /dev/null: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 February 2011

  • curprev 23:0523:05, 2 February 2011 Scott talk contribs 133 bytes +133 Created page with 'If you screw up /dev/null as root, here is how to recreate it: <pre> rm -f /dev/null mknod /dev/null c 1 3 chmod a+w /dev/null </pre>'