--- Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote:
>
> > When I read files off a floppy, they are often all copied with
> > their executable bit set (which is annoying).
>
> You should be able to control this by adding the "noexec" or "exec"
>
> option to the floppy entry in your /etc/fstab file:
>
> When I read files off a floppy, they are often all copied with
> their executable bit set (which is annoying).
You should be able to control this by adding the "noexec" or "exec"
option to the floppy entry in your /etc/fstab file:
/dev/fd0 /floppy auto noauto,user,noexec 0 0
Or fro