Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

change default shell fedora

sudo dnf install util-linux-user	# install chsh
cat /etc/shells						# list all the shells from your system
chsh								# change the shell for your user
/bin/zsh							# Example: change the shell Bash to Zsh
Source by www.linuxuprising.com #
 
PREVIOUS NEXT
Tagged: #change #default #shell #fedora
ADD COMMENT
Topic
Name
4+2 =