Skip Navigation

root (or sudo) access delay instead of password

Is there a way to require a user to wait a certain time instead of asking for a password every time he wants to execute a command as root or access the root / or another user account?

17 comments
  • Yes; the command prefix that you're looking for is

    shutdown now ; (followed by your sudo command if you wish)

    It will provide the appropriate delay before using the root command via sudo or having logged again as root (sigh)!

17 comments