1. Which of the following is the device file name for the second partition on the only SCSI drive?
A) A. /dev/hda1 B) B. /dev/sda2 C) C. /dev/sd0a2 D) D. /dev/sd1p2
2. In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)(Select 2answers)
A) A. cat /proc/self/mounts B) B. free C) C. mount D) D. lsmounts E) E. cat /proc/filesystems
3. Which of the following commands can be used to locate programs and their corresponding man pages and configuration files?
A) A. dirname B) B. which C) C. basename D) D. query E) E. whereis
4. Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting?
A) A. tune2fs -d 200 /dev/sda1 B) B. tune2fs -c 200 /dev/sda1 C) C. tune2fs -i 200 /dev/sda1 D) D. tune2fs -n 200 /dev/sda1 E) E. tune2fs --days 200 /dev/sda1
5. Which type of filesystem is created by mkfs when it is executed with the block device name only and without any additional parameters?
A) A. ext2 B) B. ext3 C) C. ext4 D) D. XFS E) E. VFAT
Leave a comment