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}'
A Technical I.T./DevOps Blog
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}'