Re: How to replicate the behaviour of /usr/local [SOLVED]

2009-10-20 Thread Klistvud
Dne, 20. 10. 2009 09:31:38 je Vincenzo Tibullo napisal(a): > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Il giorno Tue, 20 Oct 2009 08:55:37 +0200 > Klistvud ha scritto: > > | Dne, 16. 10. 2009 12:50:43 je Klistvud napisal(a): > | > Dne, 16. 10. 2009 12:19:03 je Cameron Hutchison napisal

Re: How to replicate the behaviour of /usr/local

2009-10-20 Thread Vincenzo Tibullo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il giorno Tue, 20 Oct 2009 08:55:37 +0200 Klistvud ha scritto: | Dne, 16. 10. 2009 12:50:43 je Klistvud napisal(a): | > Dne, 16. 10. 2009 12:19:03 je Cameron Hutchison napisal(a): | > > Klistvud writes: | > > ... | > > | > > # chgrp users /path/to

Re: How to replicate the behaviour of /usr/local

2009-10-19 Thread Klistvud
Dne, 16. 10. 2009 12:50:43 je Klistvud napisal(a): > Dne, 16. 10. 2009 12:19:03 je Cameron Hutchison napisal(a): > > Klistvud writes: > > > > >I have a shared directory on my system; what I'd like to achieve > is > > > >making every newly created (or copied from elsewhere) file belong > to > >

Re: How to replicate the behaviour of /usr/local

2009-10-16 Thread Cameron Hutchison
Klistvud writes: >Dne, 16. 10. 2009 12:19:03 je Cameron Hutchison napisal(a): >> Klistvud writes: >> >> >I have a shared directory on my system; what I'd like to achieve is >> >making every newly created (or copied from elsewhere) file belong to >> >the group owner "users". >> >> # chgrp use

Re: How to replicate the behaviour of /usr/local

2009-10-16 Thread Klistvud
Dne, 16. 10. 2009 12:19:03 je Cameron Hutchison napisal(a): > Klistvud writes: > > >I have a shared directory on my system; what I'd like to achieve is > >making every newly created (or copied from elsewhere) file belong to > >the group owner "users". > > # chgrp users /path/to/shared/directo

Re: How to replicate the behaviour of /usr/local

2009-10-16 Thread Cameron Hutchison
Klistvud writes: >I have a shared directory on my system; what I'd like to achieve is >making every newly created (or copied from elsewhere) file belong to >the group owner "users". # chgrp users /path/to/shared/directory # chmod g+s /path/to/shared/directory The set-group-id bit on a direct

How to replicate the behaviour of /usr/local

2009-10-16 Thread Klistvud
Howdie, fellow Debianites! I have a shared directory on my system; what I'd like to achieve is making every newly created (or copied from elsewhere) file belong to the group owner "users". In short, I have been trying to replicate the behaviour of the /usr/local directory. Let me explain: if I