在Linux中,判断一个文件/mnt/cdrom 存在且为目录的命令是( )
test -d /mnt/cdrom
test -f /mnt/cdrom
test -r /mnt/cdrom
test -w /mnt/cdrom