Re: set root execution permission for normal users

1999-03-10 Thread Jiri Baum
Hello, Conrado Badenas: > I have just compiled a kernel for parport ZIP drive support, and now I > would want to get an automatic way to mount and umount the drive. I have > created the next script (/usr/local/bin/mtzip): > > /sbin/modprobe ppa.o > /bin/mount /mnt/zip Shell scripts can't be

RE: set root execution permission for normal users

1999-03-10 Thread Shaleh
On 09-Mar-99 Conrado Badenas wrote: > Hi all! > > I have just compiled a kernel for parport ZIP drive support, and now I > would want to get an automatic way to mount and umount the drive. I have > created the next script (/usr/local/bin/mtzip): > A better solution is to install the 'sudo' pack

set root execution permission for normal users

1999-03-09 Thread Conrado Badenas
Hi all! I have just compiled a kernel for parport ZIP drive support, and now I would want to get an automatic way to mount and umount the drive. I have created the next script (/usr/local/bin/mtzip): /sbin/modprobe ppa.o /bin/mount /mnt/zip and added the next line in /etc/fstab: /dev/sda4