You are not logged in.
Pages: 1
hi...i get the above error when i try to login as root...which as you can imagine is really not very good!!
my .bash_profile is also not the same..it almost has nothnig in it...about 3 lines..thats it.
ive chmod 755 for the .bash_profile and .bashrc files...and checked lib and bin and they r all ok...
any ideas?
Offline
What permission you have for /bin/bash?
I have:
$ ls -l /bin/bash
-rwxr-xr-x 1 root root 506K Apr 29 15:41 /bin/bash
Offline
sorry for the delay..needed to sleep..
yup...my permissions for /bin/bash are -rwxr-xr-x
Offline
Check in /etc/fstab that you have the correct options set for the partition on which you are trying to execute the script. I once made my /home noexec and couldn't run anything...
Offline
checked it...its fine..
/dev/hda1 / ext3 defaults 0 1 is the root line.
i tried copying my /etc/profile to .bash_profile too...but it doesnt work still.
im sure its something wrong with my .bash_profile.
Offline
Pages: 1