Get List of users on Linux/Unix VPS/VM Instance
Open
question
- Dominant language
- Shell
- Stars
- 443
- Forks
- 177
- PR merge metrics
- No merged PRs in 30d
Description
What is the command to get the the list of users on a Linux Virtual Machine (VM) instance?
aparently:
```
getent passwd
```
Not a very _descriptive_ command ...
basically `getent` is "get entries" https://en.wikipedia.org/wiki/Getent
in the `passwd` file which contains a list of all the users.
via: https://askubuntu.com/questions/410244/a-command-to-list-all-users-and-how-to-add-delete-modify-users
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.