Redhat Linux using Bash
- I login in as myself
- sudo to another user
sudo -u bash
I want to call a bash_profile when I do this. When I run this, I get the following error
bash: /home/myuser/.bashrc: Permission denied
Myuser: the username that I log in with.