mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 06:16:53 +03:00
320 B
320 B
getent
Get entries from Name Service Switch libraries.
- Get list of all groups:
getent group
- See the members of a group:
getent group {{group_name}}
- Get list of all services:
getent services
- Find a username by UID:
getent passwd 1000
- Perform a reverse DNS lookup:
getent hosts {{host}}