FG

What do the "ALL"s in the line " %admin ALL=(ALL) ALL " in Ubuntu's /etc/sudoers file stand for?

Fresh3 days ago
Mar 15, 202641796 views
Confidence Score0%
0%

Problem

What does each ALL mean? I understand that the whole line indicates that the admin group members get admininstartive privileges, but would like to know more info about the position of the ALLS and if they each refer to a different set of permissions or something like that? If it matters: OS: Ubuntu…

Error Output

$sudo cat /etc/sudoers
...
# User privilege Information
root ALL=(ALL) ALL
#...
%sudo ALL=(ALL) ALL
#
#includedir /etc/sudoers.d

#Members of the adm…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What do the "ALL"s in the line " %admin ALL=(ALL) ALL " in Ubuntu's /etc/sudoers file stand for?

Low Risk

There is a manual page for sudoers(5). Basically: – the group named " " ( prefix) – on all hosts (if you distribute the same file to many computers) – as any target user – can run any command A more restricted example would be: In this case, the gro…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment