Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] KDE and the new plasma 5 thing
Date: Thu, 14 Apr 2016 08:03:24
Message-Id: 20160414090308.196fe55a@digimed.co.uk
In Reply to: Re: [gentoo-user] KDE and the new plasma 5 thing by Dale
1 On Thu, 14 Apr 2016 02:58:09 -0500, Dale wrote:
2
3 > While at it, what is a command that lists all the users that are set up
4 > on a system? I tried a couple things but only found one that lists who
5 > is currently logged in. I would like them all listed.
6
7 cat /etc/passwd ;-)
8
9 Or if you want to get clever and give just a list of usernames
10
11 awk -F: '{print $1}' /etc/passwd
12
13
14 --
15 Neil Bothwick
16
17 Set phasers to extreme itching!

Replies

Subject Author
Re: [gentoo-user] KDE and the new plasma 5 thing "J. Roeleveld" <joost@××××××××.org>
Re: [gentoo-user] KDE and the new plasma 5 thing Dale <rdalek1967@×××××.com>