From owner-freebsd-questions Fri Oct 2 03:41:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01473 for freebsd-questions-outgoing; Fri, 2 Oct 1998 03:41:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from voland.freenet.bishkek.su (voland.freenet.bishkek.su [193.125.230.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01398 for ; Fri, 2 Oct 1998 03:41:08 -0700 (PDT) (envelope-from fygrave@freenet.bishkek.su) Received: from freenet.kg (mail@freenet.bishkek.su [193.125.230.1]) by voland.freenet.bishkek.su (8.9.1/8.9.1) with ESMTP id QAA06226; Fri, 2 Oct 1998 16:34:28 +0500 (KGT) Received: from localhost (fygrave@localhost) by freenet.kg (8.9.1/8.9.1) with SMTP id PAA11361; Fri, 2 Oct 1998 15:58:54 +0500 (KGT) Date: Fri, 2 Oct 1998 15:58:54 +0500 (KGT) From: CyberPsychotic To: freebsd-questions@FreeBSD.ORG Subject: ownership funnies. Message-ID: X-copyright: The content of this message is intellectual property of its author. So are all mistakes. X-warning: Anyone sending unwanted advertising e-mail to this address will be charged 25USD for network traffic and computing time. By extracting my address from this message or its header you agree to these terms. X-lummer: Bill Gates MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello people, Probably I miss something really stupid, anyway, here's my story, my box is freebsd 2.2.7, now abit of expirement: cat /etc/passwd | grep user1 user1 ---> uid 1001, gid 1001, the same in master.passwd cat /etc/passwd | grep user2 user2 ---> uid 1000, gid 1000; the same also in etc/master.passwd I remmeber I had to edit their ID/GID by hand. pwd_mkdb /etc/master.passwd now check /etc/group file: user1:*:1001 user2:*:1000 now I login as user1: touch foo; ls -al foo foo is owned by user1, but group is user2 why??! more intersting is that user2 get the same thing but : user2 bin. Any ideas what may cause this? any files I have missed? I more linux user, where passwd things are abit different, so I probably may have missed something really familiar. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message