using sudo. Is there a way to run them without entering the password each time? I tried using chmod 4777 on the scripts but they are unabl
If you modify your /etc/sudoers file to username ALL = NOPASSWD: ALL
it will not ask for password.
On Sun, 2006-07-16 at 18:34 +0000, Dinesh Joshi wrote:
On Sunday 16 July 2006 15:01, Mr. Prasanta Baruah wrote:
If you modify your /etc/sudoers file to username ALL = NOPASSWD: ALL
Dangerous! Extremely dangerous!!
"Dangerous" doesn't do it justice. More like - insane!
-gabin
-- War is menstruation envy
On 17/07/06 09:49 +0530, Gabin Kattukaran wrote:
On Sun, 2006-07-16 at 18:34 +0000, Dinesh Joshi wrote:
On Sunday 16 July 2006 15:01, Mr. Prasanta Baruah wrote:
If you modify your /etc/sudoers file to username ALL = NOPASSWD: ALL
Dangerous! Extremely dangerous!!
"Dangerous" doesn't do it justice. More like - insane!
Bleh. This is perfectly safe to set if you use strong passwords (and/or restrict ssh access to key based access only), and you are the only user on your system.
I wouldn't recommend this on laptops, or any system to which multiple people have access. On a regular desktop, the benefits outweigh the risks (anyone who has access to your personal desktop already has the ability to do more damage than sudo will give anyway).
Devdas Bhagat
On Mon, 2006-07-17 at 18:00 +0530, Devdas Bhagat wrote:
On 17/07/06 09:49 +0530, Gabin Kattukaran wrote:
On Sun, 2006-07-16 at 18:34 +0000, Dinesh Joshi wrote:
On Sunday 16 July 2006 15:01, Mr. Prasanta Baruah wrote:
If you modify your /etc/sudoers file to username ALL = NOPASSWD: ALL
Dangerous! Extremely dangerous!!
"Dangerous" doesn't do it justice. More like - insane!
Bleh. This is perfectly safe to set if you use strong passwords (and/or restrict ssh access to key based access only), and you are the only user on your system.
Special case, no?
-gabin
On 17/07/06 18:14 +0530, Gabin Kattukaran wrote:
On Mon, 2006-07-17 at 18:00 +0530, Devdas Bhagat wrote:
<snip bit about sudo config without passwords>
Bleh. This is perfectly safe to set if you use strong passwords (and/or restrict ssh access to key based access only), and you are the only user on your system.
Special case, no?
OP didn't indicate whether she wanted this for a true multiuser system, and people running adsl-start/stop are probably home users.
Devdas Bhagat