Difference between revisions of "Chsh"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<code>[[chsh]]</code> change your login shell.
+
<code>[[chsh]]</code> ([https://man7.org/linux/man-pages/man1/chsh.1.html man]) change your login shell.
 
 
* https://man7.org/linux/man-pages/man1/chsh.1.html
 
  
 
  chsh -s /bin/ksh
 
  chsh -s /bin/ksh

Revision as of 14:59, 29 May 2024

chsh (man) change your login shell.

chsh -s /bin/ksh
Changing shell for root.
chsh -s $(which fish)
chsh: /Users/user/brew/bin/fish: non-standard shel
echo $SHELL
sudo su -

See also

Advertising: