Difference between revisions of "Chsh"
Jump to navigation
Jump to search
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | <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]]. |
− | echo $SHELL | + | chsh -s $([[which fish]]) |
+ | Changing shell for YOURUSER. | ||
+ | chsh: /Users/user/brew/bin/fish: non-standard shell | ||
+ | |||
+ | echo [[$SHELL]] | ||
[[sudo su -]] | [[sudo su -]] | ||
== See also == | == See also == | ||
+ | * {{chsh}} | ||
* {{shell}} | * {{shell}} | ||
+ | |||
+ | [[Category: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]
- chsh
- Shell: Fish shell,
sh
,Bash
,ksh
,zsh
,ash
, PowerShell (Windows),/usr/bin/env
,.hushlogin
,dash
,tcsh
, Shell redirection,dquote, $SHELL
, Google Cloud Shell, AWS CloudShell, explainshell.com, vmware_vm_shell, Nushell, Fig.io, direnv
Advertising: