- Forums
- Linux
- How To Display System Users In Linux
This Page Contains information about How To Display System Users In Linux By Webune Support in category Linux with 0 Replies. [3244], Last Updated: Mon Jun 24, 2024
Webune Support
Sun Oct 11, 2009
0 Comments
542 Visits
Hi welcome to Webune Support Forums. If you are a Webune Customer and you have leased a Linux dedicated linux server from us and you want to know how you can find out which are your users in your system. well, we are going to show you the shell command that you need to execute to disaply all the users in your linux server.
login to your server using a SSH session.
then send this command:
SHELL COMMAND:
cat /etc/passwd
you will see a list of all the system users
thats it