mounting a floppy
Simon Faulkner
news at titanic.co.uk
Sat Nov 9 12:35:13 EST 2002
More information about the Python-list mailing list
Sat Nov 9 12:35:13 EST 2002
- Previous message (by thread): re.sub() bug?
- Next message (by thread): mounting a floppy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Doh! It's so easy when you know how! Cheers Simon On 9 Nov 2002 16:41:31 +0200, Chris Liechti <cliechti at gmx.net> wrote: >Simon Faulkner <news at titanic.co.uk> wrote in >news:9n8qsug5ubc9kvu9qvssvli931vqq7m8mh at 4ax.com: > >> I have written a CGI web frontend for a little system >> >> I need to mount a floppy, write a file to it, unmount the floppy >> >> Only root can do this and I don't want to run Apache as root! > >you, you better don't. you can edit fstab and specify "user" in the options >column to allow a normal user to mount it. > >/dev/fd0 /floppy auto defaults,user,noauto 0 0 > >chris
- Previous message (by thread): re.sub() bug?
- Next message (by thread): mounting a floppy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list