Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change user default shell

chsh --shell [/bin/sh | your_shell] [your_user]
Comment

command to change user default shell

#to change to zsh shell
sudo usermod -s /usr/bin/zsh username

#to change to bash
sudo usermod -s /usr/bin/bash username
Comment

PREVIOUS NEXT
Code Example
Shell :: linux install requirements.txt 
Shell :: git exclude file 
Shell :: git get current branch 
Shell :: ubuntu 14 Some index files failed to download. They have been ignored, or old ones used instead. 
Shell :: bash find text in specific file 
Shell :: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-idlotqqi/cryptography/ 
Shell :: install steghide ubuntu 
Shell :: sudo without password 
Shell :: how to setup ubuntu for windows in visual studio code 
Shell :: curl install docker-compose linux 
Shell :: git config credential.username 
Shell :: delete auto purge 
Shell :: kill a process linux 
Shell :: install gradle ubuntu 20.04 
Shell :: vim replace multiple lines 
Shell :: install laravel dompdf 
Shell :: push with token github 
Shell :: taskkill linux 
Shell :: octoprint log location 
Shell :: batch multiline command 
Shell :: .gitignore 
Shell :: ip route delete linux 
Shell :: bash run multiple commands in parallel 
Shell :: nano line number 
Shell :: create user with home directory ubuntu 
Shell :: how to revert a git stash 
Shell :: create virtualenv for python project 
Shell :: git revert to last commit 
Shell :: git create tag and push 
Shell :: view available pips 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =