How Do You Find What Version of sudo You Are Using?

Problem scenario
You want to find out what version of sudo is on your Linux server.  What do you do?

Solution
Run this command:

man sudo | grep Sudo | awk '{print $2}'

Leave a comment

Your email address will not be published. Required fields are marked *