Linux Essentials (010-160) — Question 20
Which of the following devices represents a hard disk partition?
Answer options
- A. /dev/ttyS0
- B. /dev/sata0
- C. /dev/part0
- D. /dev/sda2
- E. /dev/sda/p2
Correct answer: D
Explanation
The correct answer is D, as /dev/sda2 specifically indicates the second partition on the first SCSI or SATA hard disk. The other options either refer to different device types or do not represent partitions on hard disks.