Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 1996 19:48:30 -0500 (CDT)
From:      "Matthew N. Dodd" <winter@jurai.net>
To:        "Michael L. VanLoon -- HeadCandy.com" <michaelv@HeadCandy.com>
Cc:        "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>, freebsd-hackers@freefall.freebsd.org
Subject:   Re: newgrp(1) 
Message-ID:  <Pine.BSI.3.93.960530194559.8571L-100000@sasami>
In-Reply-To: <199605301624.JAA04672@MindBender.HeadCandy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 30 May 1996, Michael L. VanLoon -- HeadCandy.com wrote:
> >OSF has it. Is there a chance to get it also for FreeBSD?
> BSD allows you to be in multiple groups at the same time, so makes
> this command pretty much unnecessary.

[sasami]:/tmp> id winter
uid=128(winter) gid=20(staff) groups=20(staff) 0(wheel) 120(www) \
	126(ircd) 800(jurai) 801(halo) 803(brmug) 805(bofh)
[sasami]:/tmp> touch test
[sasami]:/tmp> ls -la test
-rw-r--r--  1 winter  nobody  0 May 30 19:46 test
[sasami]:/tmp> chgrp jurai test
[sasami]:/tmp> ls -la test
-rw-r--r--  1 winter  jurai  0 May 30 19:46 test
[sasami]:/tmp> chgrp bofh test
[sasami]:/tmp> ls -la test
-rw-r--r--  1 winter  bofh  0 May 30 19:46 test


Have a good one.

| Matthew N. Dodd   | winter@jurai.net    | http://www.jurai.net/~winter    |
| Technical Manager | mdodd@intersurf.net | http://www.intersurf.net        |
| InterSurf Online  | "Welcome to the net Sir, would you like a handbasket?"|





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.93.960530194559.8571L-100000>