Advertisement
Guest User

cat shadows

a guest
Apr 22nd, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. [root@localhost log]# grep andrew /etc/*shadow
  2. [root@localhost log]# cat /etc/shadow
  3. root:*:15816:0:99999:7:::
  4. bin:*:15816:0:99999:7:::
  5. daemon:*:15816:0:99999:7:::
  6. adm:*:15816:0:99999:7:::
  7. lp:*:15816:0:99999:7:::
  8. sync:*:15816:0:99999:7:::
  9. shutdown:*:15816:0:99999:7:::
  10. halt:*:15816:0:99999:7:::
  11. mail:*:15816:0:99999:7:::
  12. news:*:15816:0:99999:7:::
  13. uucp:*:15816:0:99999:7:::
  14. operator:*:15816:0:99999:7:::
  15. games:*:15816:0:99999:7:::
  16. [root@localhost log]# cat /etc/gshadow
  17. root:::
  18. bin:::
  19. daemon:::
  20. sys:::
  21. adm:::
  22. tty:::
  23. disk:::
  24. lp:::
  25. mem:::
  26. kmem:::
  27. wheel:::
  28. mail:::
  29. news:::
  30. uucp:::
  31. man:::
  32. floppy:::
  33. games:::
  34. tape:::
  35. cdrom:::
  36. utmp:::
  37. shadow:::
  38. chkpwd:::
  39. auth:::
  40. usb:::
  41. cdwriter:::
  42. audio:::
  43. video:::
  44. dialout:::
  45. users:::
  46. nogroup:::
  47. nobody:*:15816:0:99999:7:::
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement