I’ve added two users to my droplet and now I want to get the information about them. but I don’t know how.
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.