Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 19:27:59 +0200
From:      Marc Perisa <perisa@porsche.de>
To:        Peter Ulrich Kruppa <520023893678-0001@t-online.de>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: samba server as a PDC
Message-ID:  <3D93439F.30409@porsche.de>
References:  <20020926204522.H32143-100000@small.pukruppa.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D93439F.30409>