Introduction to Linux I Chapter 20

Last Updated on April 2, 2018 by Admin

Introduction to Linux I Chapter 20 Exam Answer

  1. Question ID 669

    Which command is used from the command line, to edit your disk’s partition table?

    • gedit
    • parttool
    • fdisk
    • dedit
  2. Question ID 670

    If you want to initialize swap space that you’ve just created, which command would you run?

    • swapon
    • initswap
    • mkswap
    • swapinit
  3.  

  4. Question ID 671

    To activate a swap space that has been initialized, you can execute:

    • swapon
    • swapctl
    • swapoff
    • swapcontrol
  5. Question ID 672

    If you want to create a Fourth Extended Filesystem on a partition, which commands could you use?

    (choose two)

    • mkdosfs
    • mke2fs
    • mkfs
    • mkextfs
  6. Question ID 683

    Which of the following commands will allow you to backup a partition table to a file and restore it at a later time?

    • ddisk
    • sfdisk
    • pdisk
    • edisk
  7.  

  8. Question ID 688

    Which of the following commands will allow you to add a physical volume to an existing volume group?

    • vgextend
    • vgcreate
    • vgadd
    • vgreduce
  9. Question ID 927

    After running fdisk -cu /dev/sdb, what fdisk command will allow you to list the current partition table?

    • s
    • p
    • w
    • l
  10. Question ID 928

    After running fdisk -cu /dev/sdb, what fdisk command will allow you to change a partition type?

    • g
    • f
    • t
    • d
  11. Question ID 929

    After running fdisk -cu /dev/sdb, what fdisk command will allow you to create a new partition?

    • c
    • w
    • n
    • g
  12. Question ID 930

    After running fdisk -cu /dev/sdb, what fdisk command will allow you to delete a partition?

    • d
    • g
    • s
    • r
  13.  

  14. Question ID 931

    After running fdisk -cu /dev/sdb, what fdisk command will allow you to quit without saving changes?

    • h
    • w
    • g
    • q
  15. Question ID 933

    After running fdisk -cu /dev/sdb, what fdisk command will allow you to save changes and quit?

    • q
    • w
    • g
    • f
  16. Question ID 934

    Which command is used to create a logical volume?

    • lvcreate
    • create
    • lvadd
    • createlv
  17. Question ID 935

    Which command is used to create a volume group?

    • create
    • creategv
    • vgadd
    • vgcreate
  18.  

  19. Question ID 936

    Which mke2fs option defines the block size of the filesystem?

    • -block
    • -blk
    • -b
    • -bk
  20. Question ID 937

    Which mke2fs option defines the percentage of the filesystem that is reserved for system use?

    • -r
    • -m
    • -s
    • -g
  21. Question ID 938

    What option to the fdisk command is used for MS-DOS compatibility mode?

    • -c
    • -m
    • -d
    • -ms-dos
  22. Question ID 939

    What option to the fdisk command is used to display current partitions?

    • -f
    • -p
    • -a
    • -l
  23. Question ID 940

    What option to the fdisk command is used to utilize sector unit sizes?

    • -s
    • -t
    • -usize
    • -u
  24. Question ID 941

    What option to the mkfs command allows you to specify the type of filesystem to create?

    • -fs
    • -t
    • -fstype
    • -f
  25. Question ID 942

    Which command is used to create a physical volume?

    • pvadd
    • create
    • createpv
    • pvcreate