View previous topic :: View next topic |
Author |
Message |
silwerspawn Apprentice
Joined: 01 Feb 2007 Posts: 183
|
Posted: Thu May 17, 2007 9:52 am Post subject: Privileger for Home dir [solved] |
|
|
Hey everyone!
I just ran my head agains a wall! because somehow i got all the privilegue and some chmod messed up in my home dir.
and now i can only login as root user..
and i can't figure out how and what i need to do to get i work :-S
is there som body that has any ideas?
Last edited by silwerspawn on Sun May 27, 2007 8:13 pm; edited 1 time in total |
|
Back to top |
|
|
ruivilela Apprentice
Joined: 05 Oct 2004 Posts: 236 Location: Łódź
|
Posted: Thu May 17, 2007 12:25 pm Post subject: |
|
|
Good that you have root access, not sure if you meant /home or yourlogin dir. As root do
#chmod 755 /home/yourlogin
#chown yourlogin:yourgroup /home/yourlogin
if it's /home just change first command
Maybe last command is not needed |
|
Back to top |
|
|
silwerspawn Apprentice
Joined: 01 Feb 2007 Posts: 183
|
Posted: Sun May 27, 2007 8:14 pm Post subject: |
|
|
thanks..
for some reson it didn't work at first.. but after a restart it all works fine now |
|
Back to top |
|
|
|