Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change default shell fedora

[koromicha@fedora32 ~]$ whoami
Comment

change default shell fedora

sudo usermod -s $(which zsh) koromicha
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: How to run a command within another command bash 
Shell :: delete file hdfs dfs 
Shell :: Pyrit download command for linux 
Shell :: how to list running processes in linux 
Shell :: stop all docker containers 
Shell :: ubuntu upgrade php to 7.3 
Shell :: download nodejs ubuntu linux 
Shell :: nodemon script 
Shell :: install alacritty ubuntu 
Shell :: conda install opencv 
Shell :: linux go to home directory 
Shell :: ubuntu install arial font 
Shell :: delete all files with specific name ubuntu 
Shell :: install google chrome on ubuntu 
Shell :: linux unzip tar.gz 
Shell :: install deb file in ubuntu 
Shell :: bash uppercase bad substitution 
Shell :: git bad object refs/heads/ 
Shell :: AVCONV linux how to install 
Shell :: how to install pygame 
Shell :: install itertools 
Shell :: install redis-cli on ec2 
Shell :: install font awesome linux 
Shell :: linux bash command to clean up log files in /var/log 
Shell :: yarn add @materialui 
Shell :: python install z3 
Shell :: read last line file bash 
Shell :: check if s3 bucket exists 
Shell :: use find command to search file contents 
Shell :: gitbash shortcut to clear the terminal 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =