Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.sources.wanted Subject: Re: id(1) command Message-ID: <2966@auspex.auspex.com> Date: 24 Feb 90 21:01:52 GMT References: <24429@princeton.Princeton.EDU> <948@chinacat.Lonestar.ORG> Organization: Auspex Systems, Santa Clara Lines: 13 >Yes. Chip Salzenberg included a program called "uid" with his "deliver" >package, which is an "id" clone. Just out of curiosity, does it show the group set on systems that support multiple groups? The SunOS "id" does, at least in SunOS 4.x, and I think its style of doing so may have been picked up by System V Release 4 (another system which supports multiple groups): auspex% id uid=126(guy) gid=100(engineering) groups=100(engineering),0(wheel) (Also, if it's truly an "id" clone - i.e., compatible with "id" - why not just call it "id"?)