A Brief But Accurate Documentation, BSD Linux And Programming

 Docker

Monday, May 15, 2017

change shell

example bash to zsh 
 
chsh -s $(which zsh)
 
and root
 
sudo chsh -s $(which zsh)
 
reboot  

No comments:

Post a Comment

Back to top