LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   am i insane? (https://www.linuxquestions.org/questions/linux-newbie-8/am-i-insane-56376/)

wlfdgcrkz 04-22-2003 11:21 PM

am i insane?
 
what have i done to make bash start complaining "permission denied" whenn ever i try to su username? I used to be able t o switch users in any directory (not view only switch) w/out complaint. Now i get permission complainds even in users home directory. Any help would be greatly appreciated.
thanx

[root@linux jacob]# pwd
/home/jacob
[root@linux jacob]# su jacob
bash: /home/jacob/.bashrc: Permission denied
bash-2.05b$

# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

Aussie 04-22-2003 11:46 PM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

Mara 04-23-2003 02:33 PM

Multiple posting. Closing this one.


All times are GMT -5. The time now is 11:31 AM.