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 :: chown specific user linux 
Shell :: install kafka windows 
Shell :: remove unused images docker manually version 1.12.6 
Shell :: ignorer des fichiers déjà existant git 
Shell :: julia install linux 
Shell :: ubuntu uninstall fonts 
Shell :: update wsl 
Shell :: ionic cordova sign apk 
Shell :: kubernetes get deployments 
Shell :: installing a downloaded package in ubuntu 
Shell :: install python 3.10 linux (multiple python versions) 
Shell :: openssh client ubuntu 
Shell :: body-parser use 
Shell :: React Hooks Form Installation 
Shell :: install docker ubuntu 
Shell :: multiple kubeconfig in one file 
Shell :: discord linux arch 
Shell :: install dvipng ubuntu 
Shell :: git rename 
Shell :: set executable permissions linux 
Shell :: pip install --upgrade 
Shell :: apache2 .htaccess not writable 
Shell :: shell script or condition 
Shell :: bash variable name to function 
Shell :: postgresql cli first time 
Shell :: cp bash 
Shell :: apache license 
Shell :: pip3 to pip 
Shell :: git origin command 
Shell :: Class "SimpleXMLElement" not found 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =