Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub

flags

-v: Verifies your password for subsequent sudo commands.

sudo -v is a command used in Unix-like systems to verify your password for subsequent sudo commands without requiring you to re-enter it multiple times within a specific time-frame.