Peter Ulrich Kruppa wrote:
> On Wed, 25 Sep 2002, D. Penev wrote:
> 

>>What ls -al /usr/local/samba/profiles show? My is :
>>
>># ls -al profiles
>>total 4
>>drwxr-xr-x   4 DomainAdmin  DomainAdmins  512 Jul 15 23:04 .
>>drwxr-xr-x   5 root         wheel         512 Jul 15 21:16 ..
>>drwx------  13 DomainAdmin  DomainAdmins  512 Jul 19 23:32 DomainAdmin
>>drwx------  13 DomainUser   DomainUsers   512 Jul 26 22:15 DomainUser
>>[snip]
> 
> 
> Hmm ... I have got
> 
>               ---------------------------
> total 4
> drwxr-xr-x   4 root           samba  512 26 Sep 20:48 .
> drwxrwx---   4 root           1111   512 26 Sep 21:02 ..
> drwxr-xr-x  14 lukas_mueller  samba  512 26 Sep 20:33 lukas_mueller
> drwxr-xr-x  13 root           samba  512 26 Sep 20:24 root
> 
>               -----------------------------
> ... and I have to admit, I don't know who group 1111 is. I don't
> have it in my /etc/group.
> How do I change permissions for .. then?
> 
> 
> Uli.
> 

Hi Uli,

as normal you can use chown or chgrp to change the group for .. .
Or you do:

cd /usr/local
[chown root:samba|chgrp samba] samba    # since this is the directory 
meant by ..

Hope that helped.

Marc





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to