Darius Knowledge Hub

Home

❯

Get list of sudo users

Get list of sudo users

Jan 21, 20261 min read

  • knowledge
  • unix

Get list of sudo users


Created: 11 Jan 2023, 09:38 AM | Modified: =dateformat(this.file.mtime,"dd MMM yyyy, hh:mm a") Tags: knowledge, unix


See sudoers on linux

grep

grep '^sudo:.*$' /etc/group | cut -d: -f4

From <https://ostechnix.com/find-sudo-users-linux-system/>


Graph View

Backlinks

  • See sudoers on linux

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community