Linux

Categorized | cli

What user accounts have I created in Linux?

To quickly find out what user accounts you have created in your Linux system, use

cut -d: -f1 /etc/passwd | sort

This will output the list of usernames from /etc/passwd in a nice and readable way.

Author Profile

T4L ;

Other posts by T4L

Author's web site



Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.


Hi, Be the first leave some reply

Leave A Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>