From owner-freebsd-questions Thu Sep 2 8:10:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 7D91515C04 for ; Thu, 2 Sep 1999 08:10:12 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.8.8/8.8.8) with ESMTP id BAA19619; Thu, 2 Sep 1999 01:26:12 -0700 (PDT) (envelope-from bright@wintelcom.net) Date: Thu, 2 Sep 1999 08:26:12 +0000 (GMT) From: Alfred Perlstein To: "Arthur H. Johnson II" Cc: Jason Taylor , freebsd-questions@FreeBSD.ORG Subject: Re: Users In-Reply-To: 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 Thu, 2 Sep 1999, Arthur H. Johnson II wrote: > pico /etc/group argh! no no no first of all the default invocation of pico will wrap long lines, this can kill your /etc/groups file. use "more" or "less" if possible, or better yet: # cut -f 1 -d : < /etc/passwd | xargs -n1 id :) -Alfred > > Arthur H. Johnson II > http://www.linuxberg.com > Linuxberg Manager > arthur@tucows.com > > On Thu, 2 Sep 1999, Jason Taylor wrote: > > > Is there a command to show a list of users and the groups that they are in? Thanks in advance > > > > Jason > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message