Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 21:56:17 +0100 (CET)
From:      Joachim Griesche <griesche@bsd.ist-ffo.de>
To:        freebsd-security@freebsd.org
Cc:        griesche@bsd.ist-ffo.de
Subject:   Per-user groups, use of chgrp
Message-ID:  <200211052056.gA5KuHGq096394@bsd.ist-ffo.de>

next in thread | raw e-mail | index | archive | help
Hello!

I am afraid that the example Mr. Piechota has given does
not work. I can only change the file affiliation to a group
which I am a member of:

     fs-24>uname -r -s
     FreeBSD 4.6-RELEASE-p2
     fs-25>touch myfile
     fs-26>ls -l myfile
     -rw-r--r--  1 griesche  user  0 Nov  5 21:47 myfile
     fs-27>chgrp montage myfile
     chgrp: you are not a member of group montage
     fs-28>ls -l myfile
     -rw-r--r--  1 griesche  user  0 Nov  5 21:47 myfile

With best regards
Joachim Griesche

Network administrator
Institut fuer Solartechnologien GmbH
Frankfurt (Oder), Germany

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




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