48.如果某文件的权限是“rwxrw-r--”,那么用数字表示法表示为( )。
A. 777
B. 754
C. 467
D. 764
查看答案
49.挂载文件系统的命令是( )。
A. mounte
B. umount
C. mount
D. unmount
50.卸载文件系统的命令是( )。
A. mount
B. unmount
C. umount
D. mounte
51.挂载cdrom的命令是( )。
A. mount /mnt/cdrom /dev/cdrom
B. mount/dev/cdrom /mnt/cdrom
C. umount/dev/cdrom /mnt/cdrom
D. umount /mnt/cdrom /dev/cdrom
52.判断文件/tmp/file1存在且为普通文件的命令是( )。
A. test -d /tmp/file1
B. test -f /tmp/file1
C. test -r /tmp/file1
D. test -w /tmp/file1