Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


bash_login_profile

This is an old revision of the document!


Creating a bash login source file from the user's home directory

touch .bash_login
now add this line: source .bashrc

touch this file: .bashrc
now add this line to set a useful prompt: PS1="\u@\h: \w $ "

bash_login_profile.1201746261.txt.gz · Last modified: 2008/01/30 21:24 by juckins