List all users and groups on linux
Simple way to check your user list with your groups.
List of user you can check the file they are stored in.
cat /etc/passwd
To check the users groups.
groups ian
To check all groups just do.
cat /etc/group
Simple way to check your user list with your groups.
List of user you can check the file they are stored in.
cat /etc/passwd
To check the users groups.
groups ian
To check all groups just do.
cat /etc/group