logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Getent - Retrieve System Database Entries | Online Free DevTools by Hexmos

Retrieve system database entries with Getent. Access group, user, service, and host information using Name Service Switch. Free online tool, no registration required.

getent

Get entries from Name Service Switch libraries. More information: https://manned.org/getent.

  • 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}}

See Also