GNU/Linux Desktop Survival Guide
by Graham Williams |
|||||
SUDO Timeout |
20201119 Ubuntu's sudo command has the password timeout set to 15 minutes. This means that when you first enter your password, as long as you don't wait more than 15 minutes between sudo commands, you won't have to enter it again. The password timeout can be immediately expired with:
$ sudo -k ... |