On a Red Hat system:
Linux Allied-2 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux
my customer has played with webmin and did something to logins so that some users .bashrc doesn't get executed. Instead they find themselves at a $ prompt and if they type in ./.bashrc it runs fine.
I've compared ownership & permissions with users that work correctly, no joy.
Any Ideas?
More Articles by dhart
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
Fri Apr 8 13:38:05 2005: TonyLawrence
Well, for one, are you sure you understand what .bashrc is for?
Sounds to me like you are trying to use .bashrc for what .bash_profile should be used for. That's most definitely a path to disaster; see http://aplawrence.com/Detective/shbash.html
The use of bashrc can be overridden by "--rcfile file" on startup - don't know if that's what webmin did do you, but you should NOT be using bashrc to start other programs: use .bash_profile or .profile.
Fri Apr 8 13:43:25 2005: dhart
looks like .bashrc doesn't run if .bash_profile doesn't exist. go figure.
Fri Apr 8 13:51:00 2005: TonyLawrence
No, that's not really what's happening, but .bashrc is NOT for starting programs (unless it's something that you want to run everytime any other shell script runs).
Logging a user into an app should be done in .bash_profile, not .bashrc
From the man page:
So, yes, it won't run .bashrc without SOMETHING else to run, but again: it's purpose is NOT to start apps for users.. use .bash_profile for that.
Fri Apr 8 14:00:40 2005: dhart
mmmm, yes, I see your point. The road to .bashrc is fraught with peril.
I had managed to avoid that trap by placing exec /usr/local/bigbadshellscript in .bashrc.
Curious, then, that .bashrc is executable at all.
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar