When I've just run sudo, and don't want it to remain active for the normal duration of its time-out, how can I cancel that remaining active time-out?
sudo -k kills it for the current terminal session, but if a process is currently running in that session and so can't run sudo -k, is there a way to cancel it from another terminal session?
And is there a way to disalbe all currently applied sudo times (for all terminal sessions, and all gksudo running apps.. etc? ...
Although, come to think of it. a running GUI may simply need to be shut down, but I think Alt+F2 caries a memory of the gksu.... (just checked it.. yes, Alt+F2 does keep the gksu active for subsequent invocations)
