Guest User

Untitled

a guest
Oct 11th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $ chsh -s /bin/zsh
  2. zsh: command not found: chsh
  3.  
  4. $ ls -ahl /usr/bin/ | grep chsh
  5. -rwxr-xr-x 1 root root 16K Jul 27 21:02 lchsh
  6.  
  7. [ec2-user@ip-172-31-10-10 ~]$ sudo yum install util-linux-user
  8.  
  9. [ec2-user@ip-172-31-10-10 ~]$ chsh
  10. Changing shell for ec2-user.
  11. New shell [/bin/bash]: ...
Add Comment
Please, Sign In to add comment