Re: wie liste ich alle user in meinem system

From: Oliver Lehmann <lehmann(at)ans-netz.de>
Date: Wed, 29 Sep 2004 14:35:11 +0200

milius(at)milius.net wrote:

> tag und hallo zusammen,
>
> ich weiss nicht wie ich alle user-accounts meines system auflisten /
> [...]
> wie würdet ihr das machen?`

 pw usershow -a
 pw usershow -Pa | grep '^Login'
 cat /etc/passwd
 cut -d ':' -f 1 /etc/passwd
 
 

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 29 Sep 2004 - 14:35:57 CEST

search this site