Results 1 to 3 of 3
Hi folks,
CentOS 4.4 amd64
Having problem on login as USER
Server login : satimis
Password :
Code:
...
No directory /home/satimis!
Logging in with home = "/"
- bash: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-29-2007 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Problem on login as user
Hi folks,
CentOS 4.4 amd64
Having problem on login as USER
Server login : satimis
Password :- bash-3.00$ ls /home/Code:... No directory /home/satimis! Logging in with home = "/" - bash: /home/satimis./bash_profile: Permission denied - bash-3.00$
# ls -l /home | grep satimisCode:ls: /home/: Permission denied
drwx----- e satimis satimis
# cat /home/satimis/.bash_profileAny suggestion to fix this problem? TksCode:if [ -f ~/.bashrc ]; then . ~/.bashrc fi PATH=$PATH:$HOME/bin export PATH unset USERNAME
satimis
- 03-29-2007 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 90
chown root:root /home
and chmod 755 /home
both the commands as root
- 03-29-2007 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Hi bhaslinux,
Originally Posted by bhaslinux
# ls -l / | grep home
showing them exactly as advised above.
The system was in disorder. I erased it and made a fresh installation. It is working now. I'll continue building the server.
Tks.
satimis


Reply With Quote
