Difference between revisions of "Chsh"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
* https://man7.org/linux/man-pages/man1/chsh.1.html
+
<code>[[chsh]]</code> ([https://man7.org/linux/man-pages/man1/chsh.1.html man]) change your login shell.
  
 
  chsh -s /bin/ksh
 
  chsh -s /bin/ksh
 
  Changing shell for [[root]].
 
  Changing shell for [[root]].
 +
 +
chsh -s $([[which fish]])
 +
Changing shell for YOURUSER.
 +
chsh: /Users/user/brew/bin/fish: non-standard shell
  
 
  echo [[$SHELL]]
 
  echo [[$SHELL]]

Latest revision as of 11:10, 22 August 2024

chsh (man) change your login shell.

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

See also[edit]

Advertising: