If you are worried about this due to any security concern or so and you want Linux to prompt for sudo password every time you use sudo to run a command, the following can be done.
$ sudo visudo
Enter the following in the default section
Defaults timestamp_timeout = 0
and save the file and you are done.
** The value 0 in the above line can be replaced with any "minutes" for which sudo password has to be remembered.
1 comment:
Nice tip :)
_ATOzTOA
www.atoztoa.com
Post a Comment