How to :Change Sudo Remembering Time in Ubuntu

Whenever we use the sudo command , the password is saved for 15 mins by default . But we can change the time by using simple method .

Step 1 : Go to terminal and run the following command

sudo visudo

Step 2 : Now search the below line .

defaults      env_reset

change the above line into

Defaults      env_reset , timestamp_timeout=x

where x is the remembering time.

Press Ctrl + x to save .

You may also like :

How to : Install New Lock Dialog Theme on Ubuntu 10.04 /9.10
Wammu – Mobile Phone Manager for Linux
How to:Sync Blackberry with Ubuntu
Debthumbnailer:Add Icon to Deb Packages
How to: Reset Windows Password Using Ubuntu

Leave a Reply

*