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/>