» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 5 » Question 20/23
20.On a running system, where can you find specific information about the partition tables, such as major and minor device numbers, and number of blocks?

/proc/partitions
/proc/cpuinfo
/proc/fstab
/etc/partitions
/etc/fstab

Explanation: The /proc/partitions file contains information about the partition tables, such as major and minor device numbers, and number of blocks.

Reference: http://www.goavatar.com/linux_pcmcia.htm

Incorrect Answers
B: The /proc/cpuinfo file contains information about the CPU, not the disks.
C: The /proc/fstab file contains information about mounted file systems and permissions on the file systems. It does not contain information such as the number of blocks.
D: The partitions file is in the /proc directory, not /etc.
E: The fstab file is in the /proc directory, not /etc.

« Question 19 Question 21 »