20
root (or sudo) access delay instead of password
(feddit.it)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Do you mean the delay between when you need to re-enter the superuser password?
I found this via an LLM:
To change the delay before needing to re-enter your
sudo
password, follow these steps:Open the terminal and run:
Locate the line:
Add the following line below it:
Replace
<time-in-minutes>
with the desired timeout in minutes (e.g.,30
for 30 minutes). Setting it to0
requires a password every time, while a negative value disables the timeout entirely.I'm curious, why do people make these comments? If the op wanted an answer from an LLM, they would have asked an LLM...
A modern equivalent of let me google that for you, but a more obnoxious one
"~~I found this via an LLM~~"
"Here's a made up answer"
And did you verify this before posting?