How to remove "su"/"sudo"/"root" timeout?

2 Antworten [Letzter Beitrag]
vita_cell
Offline
Beigetreten: 07/19/2015

Hi, for security reasons, I want to remove superuser timeout. I want console/terminal to ask me password of su/sudo/root every time that I want to run a command that needs superuser rights.

3n3r6yD
Offline
Beigetreten: 01/22/2015

If i get what you want you should run the command...

man 5 sudoers

...there you should read the explanation for following sudoers option:

timestamp_timeout

But for sure feel free to ask here again
if that leaves questions for your problem!! ;)

3n3r6yD
Offline
Beigetreten: 01/22/2015

My suggestion with the option 'timestamp_timeout' is only for sudo timestamp...
...just to clarify my last post.