Carey Evans wrote: > > Lawrence <[EMAIL PROTECTED]> writes: > > [snip] > > > it is dangerous! be aware that the permission is set to rwxrwxrwx and > > everyone can ERASE files in this partition!!! > > What kind of setup does this? From my machine at work: > > /dev/hda4 /mnt/win95 vfat noexec 0 0 > > % ls -l /mnt/win95/autoexec.bat > -rw-r--r-- 1 root root 269 Sep 12 10:26 /mnt/win95/autoexec.bat
well not all people can execute/erase files but still not good enough, people can read all files in this partition. try umask umask=007 when mounting it. Lawrence -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

