>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. -- Prasanta http://assam-glug.org http://gnowledge.org/cgi-bin/mailman/listinfo/gnowsys-dev -- http://mm.glug-bom.org/mailman/listinfo/linuxers

