I’ve added two users to my droplet and now I want to get the information about them. but I don’t know how.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You can run
cat /etc/passwd
to see a list of all users on the system. Your users will generally have a user ID higher than 1000.