Changes

Jump to navigation Jump to search
m
Line 229: Line 229:  
  chsh -s /bin/bash username
 
  chsh -s /bin/bash username
    +
 +
*Improve user remote shell cosmetics
 +
Create a .bash_profile file for the user in ~
 +
 +
# include .bashrc if it exists
 +
if [ -f ~/.bashrc ]; then
 +
    source ~/.bashrc
 +
fi
    
===Upgrading===
 
===Upgrading===

Navigation menu