Date: Tue, 5 Nov 2002 16:40:49 -0500 From: The Anarcat <anarcat@anarcat.ath.cx> To: Matt Piechota <piechota@argolis.org> Cc: Joachim Griesche <griesche@bsd.ist-ffo.de>, freebsd-security@freebsd.org Subject: Re: Per-user groups, use of chgrp Message-ID: <20021105214048.GE13909@xtanbul.studio.espresso-com.com>
next in thread | raw e-mail | index | archive | help
Hmmm.. Even then: anarcat[~]% uname -a Linux censored.xxxxx.com 2.4.18-newpmac #1 Thu Mar 14 22:44:49 EST 2002 ppc unknown unknown GNU/Linux anarcat[~]% touch myfile anarcat[~]% ls -l myfile -rw-r--r-- 1 anarcat anarcat 0 Nov 5 16:39 myfile anarcat[~]% chgrp foobar myfile chgrp: changing group of `myfile': Operation not permitted anarcat[~]% In-Reply-To: <20021105161640.A27225-100000@cithaeron.argolis.org> On Tue Nov 05, 2002 at 04:19:22PM -0500, Matt Piechota wrote: > On Tue, 5 Nov 2002, Joachim Griesche wrote: > > > 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 > > Oh, nevermind then. My bad, I did it on my Linux machine by accident. > > -- > Matt Piechota > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-security" in the body of the message > 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?20021105214048.GE13909>