[CoLoCo] permission question
Darrin Goodman
darrin.goodman at gmail.com
Sat Mar 29 17:53:11 GMT 2008
> However, for whatever reason it wasn't working so I tried to "fix" it by chmod-ing to 655
> (I thought this was the default perms for /home) but it didn't help so I
> bumped it up to 777. It still didn't work and I don't know why.
Jim, I think that generally the user and group are both set to the
user name (leina). It looks like you've got 777 as your group and
leina as the user. Try this:
$ sudo su
$ cd /home
$ chown leina:leina leina
(This will set the the user and group as leina to the directory /home/leina.)
Then make sure that your permissions are set to 755 (drwxr-xr-x):
$ chmod 755 leina
This would look something like:
drwxr-xr-x 30 leina leina 4096 2008-03-29 11:40 leina
Hope that helps.
- Darrin
More information about the Ubuntu-us-co
mailing list