Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I keep finding suggestions to put things in my .bashrc or .bash_profile files, located conveniently in my home directory. Problem is, neither of them are there.
And yes, I did ls -a, I'm not THAT much of a newbie.... I've got .bash_history, and .kderc, and other such goodies, but not those two bash config files.
Is this an oddity of Slackware (ie they are stored somewhere else) or do they simply not exist until I create them? If I do create them, what should they contain? Are they shell scripts? Do I make them executable?
Distribution: At home: Arch, OpenBSD, Solaris. At work: CentOS, Debian, Ubuntu
Posts: 3,625
Rep:
Also, if running slackware, beware that by default new users are often given /bin/sh for their shell instead of /bin/bash. /bin/sh is just a symlink to /bin/bash (or vice versa), but if bash is invoked as sh it will behave slightly differently, including not reading the .bash_* startup files. You should chsh your shell to bash. I always do when running slackware. The syntax is chsh -s /bin/bash. You can see how bash has been invoked by typing echo $SHELL on the command prompt (to see if this in necessary).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.