logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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