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