Advertisement
danielhilst

Minimal /dev files

May 29th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. mknod dev/zero c 1 5
  2. mknod dev/tty c 5 0
  3. mknod dev/console c 5 1
  4. mknod dev/null c 1 3
  5. mknod dev/loop0 b 7 0
  6. mknod dev/ttyS0 c 4 64
  7. mknod dev/ttyS1 c 4 65
  8. mknod dev/ttyS2 c 4 66
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement