Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. # mkdir test
  2. # mknod test/null c 0 26
  3. # chmod 666 test/null
  4. # ls -la /dev/null test/null
  5. crw-rw-rw-  1 root  wheel    0,  26 Oct 28 13:58 /dev/null
  6. crw-rw-rw-  1 root  wheel    0,  26 Oct 28 13:59 test/null
  7. # echo "foo" > /dev/null
  8. # echo "foo" > test/null
  9. -su: test/null: Operation not supported
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement