How to list your sudo rights on a Linux machine

Sometimes you need to check your sudoer rights on a machine. It could be to check that you have the necessary rights for a certain operation or files
To check your sudoer rights just type

sudo -l # l as in list

Comments are closed.