Advertisement
Guest User

Untitled

a guest
Jul 13th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. user at miner in ~
  2. $ cat /etc/shells
  3. # /etc/shells: valid login shells
  4. /bin/sh
  5. /bin/dash
  6. /bin/bash
  7. /bin/rbash
  8. /usr/bin/tmux
  9. /usr/bin/screen
  10. /usr/bin/fish
  11. user at miner in ~
  12. $ ls /usr/bin/fish
  13. /usr/bin/fish*
  14. user at miner in ~
  15. $ ll /usr/bin/fish
  16. -rwxr-xr-x 1 root root 817K May 15 09:15 /usr/bin/fish*
  17. user at miner in ~
  18. $ chsh -s /usr/bin/fish
  19. You may not change the shell for 'user'.
  20. user at miner in ~
  21. $ sudo chsh -s /usr/bin/fish
  22. Password:
  23. chsh: PAM authentication failed
  24. user at miner in ~
  25. $ sudo chsh -s /usr/bin/fish user
  26. Password:
  27. chsh: PAM authentication failed
  28. user at miner in ~
  29. $ u
  30. fish: Unknown command ā€œuā€
  31. u: command not found
  32. user at miner in ~
  33. $ whoami
  34. user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement