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 messageReceived on Wed 29 Sep 2004 - 14:35:57 CEST