Bookmark this page

Quiz: Identify File Systems and Devices

Identify File Systems and Devices

Choose the correct answers to the following questions:


  1. 1.

    What is the device file name of an entire SATA hard drive in the /dev directory?

    A

    /dev/vda

    B

    /dev/sda1

    C

    /dev/vg_install/lv_home

    D

    /dev/sda

  2. 2.

    Which command displays the file systems with the mount points?

    A

    du -H

    B

    df

    C

    du

    D

    ls

  3. 3.

    Which command displays the disk usage report in human-readable format for the /home directory?

    A

    ls /home

    B

    df

    C

    du -h /home

    D

    du /home

  4. 4.

    What is the correct device file name for the third partition on the second virtio-blk disk that is attached to a virtual machine?

    A

    /dev/vdb3

    B

    /dev/vda2

    C

    /dev/sda3

    D

    /dev/vda3

  5. 5.

    Which command provides an overview of the file-system mount points and the available free space in SI units?

    A

    df

    B

    df -h

    C

    df -H

    D

    du -h

Revision: rh124-9.3-770cc61