Hola listeros, configure Sudo con algunos comandos funciona OK pero en otros no . mi /etc/sudoers, para que me den alguna ayuda los que puedan es:configuracion
# sudoers file. # # This file MUST be edited with the 'visudo' command as root. # # See the sudoers man page for the details on how to write a sudoers file. # # Host alias specification Host_Alias COMPUTADORES=ariane # User alias specification User_Alias USUARIOS=jcrj # Cmnd alias specification Cmnd_Alias SHUTDOWN=/opt/tux/leu/tux1.1/bin/shutdown Cmnd_Alias BOOT=/opt/tux/leu/tux1.1/bin/boot Cmnd_Alias MENUFTP=/apps/pepito/explotacion/menuftp.sh # Defaults specification # Runas alias specification Runas_Alias PRIVILEGIADOS=pepito1 # User privilege specification root ALL=(ALL) ALL # Uncomment to allow people in group wheel to run all commands # %wheel ALL=(ALL) ALL # Same thing without a password # %wheel ALL=(ALL) NOPASSWD: ALL # Samples # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom # %users localhost=/sbin/shutdown -h now USUARIOS COMPUTADORES = (PRIVILEGIADOS) NOPASSWD: MENUFTP, BOOT, SHUTDOWN #%operador pluton = (pepito1) NOPASSWD: /apps/quartz/explotacion/menuftp.sh [EMAIL PROTECTED] #sudo u pepito1 /apps/quartz/explotacion/menuftp.sh funciona OK [EMAIL PROTECTED] #sudo u pepito1 /opt/tux/leu/tux1.1/bin/shutdown opcion falla arrojando lo sgte.: [EMAIL PROTECTED] #sudo -u pepito1 /opt/tux/leu/tux1.1/bin/boot -opcion ld.so.1: /opt/tux/leu/tux1.1/bin/boot: fatal: libgpnet.so.71: open failed: No such file or directory Killed [EMAIL PROTECTED] # ATTE JCArlos

