👩💻 Join our community of thousands of amazing developers!
Sudo is the Unix/Linux standard for providing users with the ability to run commands as another user. However when working with large teams sometimes its difficult to identify which user has what access, below is a command that makes it easy to see what is available for a user. Example: [sudoguy@bcane ~]$ sudo -l User sudoguy may run the following commands on this host: (root) /bin/nice, /bin/kill, /usr/bin/kill, /usr/bin/killall, (root) /sbin/route, /sbin/ifconfig, /bin/ping, /sbin/dhclient, /u...