From owner-freebsd-questions Fri Apr 10 16:18:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08875 for freebsd-questions-outgoing; Fri, 10 Apr 1998 16:18:39 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08868 for ; Fri, 10 Apr 1998 16:18:33 -0700 (PDT) (envelope-from jcwells@u.washington.edu) Received: from saul2.u.washington.edu (root@saul2.u.washington.edu [140.142.56.21]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id QAA27230; Fri, 10 Apr 1998 16:18:31 -0700 Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id QAA09169; Fri, 10 Apr 1998 16:18:30 -0700 (PDT) Date: Fri, 10 Apr 1998 15:17:22 -0700 (PDT) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: Brett Glass cc: questions@FreeBSD.ORG Subject: Re: Files with nonexistent groups In-Reply-To: <199804101744.LAA00726@lariat.lariat.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 10 Apr 1998, Brett Glass wrote: > Was just browsing the file system of a server that had been upgraded > from 2.1.1-RELEASE to 2.2.2-RELEASE, in preparation for upgrading > it AGAIN to 2.2.6. As I did so, I noticed that some of the device > nodes in /dev belonged to group #86, which didn't have a name or exist > in /etc/groups. I also noticed that some files created by the > Qualcomm POP daemon belonged to group #6, which also had no > name. > > What are these groups? Do they have standard names? And why do > the files and device nodes belong to them? Files are really owned by UID number and GID number. A file which is created on someone elses system may have a "lingering" UID, GID from that system depending on how the files migrated to your system. If the UID/GID is not in your '/etc/group' or '/etc/password' then the 'ls' command will report the UID/GID _number_ as user or group owner. This may be utter nonsense on your system. To fix it just do a 'chown' on the files. That GID 6 is missing is odd though. GID 6 is the mail group, which is a group that is installed by default. This should be in your '/etc/group' >From my group file mail:*:6: Have fun, | Stop warning me about the latest virus. Learn more... Jason Wells | http://ciac.llnl.gov/ciac/CIACHoaxes.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message