Quantcast
Channel: How do I make sudo ask for the root password? - Super User
Browsing latest articles
Browse All 7 View Live

Answer by Paul Parker for How do I make sudo ask for the root password?

A common configuration that requires the password of the target (not what we want): Defaults targetpw ALL ALL=(ALL) ALL The second line would read out loud like: "ALL users on ALL hosts can impersonate...

View Article



Answer by SRDC for How do I make sudo ask for the root password?

I know this question is old, but it is the most concise question I've found for this use case (which is a minor percentage, true, but nonetheless legitimate and helpful in the right scenario). After...

View Article

Answer by Florian Diesch for How do I make sudo ask for the root password?

Ok, here it is again so you can set the checkmark. In /etc/sudoers, add this line: Defaults rootpw to turn on the rootpw flag, making sudo ask for the root password.

View Article

Answer by user33460 for How do I make sudo ask for the root password?

Using sudo su will let you run as many commands as you want in succession.

View Article

Answer by Nitrodist for How do I make sudo ask for the root password?

You could just turn off sudo and use su -c.

View Article


Answer by Ignacio Vazquez-Abrams for How do I make sudo ask for the root...

You need to turn the rootpw flag on.

View Article

How do I make sudo ask for the root password?

When I run sudo as a normal unprivileged user, it asks for my password, not the root password. That's often convenient, but it reduces the amount of information someone would have to have in order to...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images