Q36:Mandrake8.1下如何設(shè)置權(quán)限使得windows98下的一個(gè)盤(pán)如E盤(pán)(Mandrake下的mnt目錄下的一個(gè)win_e文件夾)只有特定的用戶如root可見(jiàn)? A36:mount -t vfat -o umask=0077 /dev/hda7 /mnt/win_e umask means in contrary to permission settings. So 0077 is meant that owner has full access and group pals and others haven't any permission.