How do I set user profile under bash shell running Ubuntu Linux operating systems?
{ 1 comment }
by nixCraft on August 24, 2007 · 4 comments
Q. How do I change my own profile? How do I change profile for other users? How do I setup global profile for all users under BASH shell? A.. You need to add user profile to ~/.bash_profile. It is the personal initialization file, executed for login shells. There is also ~/.bashrc file which is the [...]
{ 4 comments }
