Introduction to Linux I Chapter 7 Exam

Last Updated on April 2, 2018 by Admin

Introduction to Linux I Chapter 7 Exam Answer

  1. Question ID 537

    Which of the following are advantages of using the locate command?

    • It is quicker than the find command
    • Its results are always the most up to date
    • It pages the results
    • It can search by file attribute types
  2. Question ID 538

    Which of the following are advantages of using the find command?

    (choose two)

    • It can search by file attribute types
    • It is quicker than the locate command
    • Its results are always the most up-to-date
    • It pages the results
  3.  

  4. Question ID 541

    Which option to the find command will search by name using a case-sensitive match?

    • -mmin
    • -iname
    • -cmin
    • -inum
  5. Question ID 774

    The FHS sets which standard?

    • Which directories should be used to hold specific files
    • Which partitions should be created
    • Which filesystem types should be used
    • Which services should be installed
  6. Question ID 781

    What directory is used as a temporary mount point?

    • /xbin
    • /mnt
    • /tmpmnt
    • /etc
  7.  

  8. Question ID 783

    Which directory is used to store files representing attached devices?

    • /tmp
    • /
    • /dev
    • /mnt
  9. Question ID 899

    The _____ command will search for files using a database of all files, which is generated daily.

    • find
    • locate
    • search
    • updatedb
  10. Question ID 901

    The _____ command will search for files by searching the live filesystem.

    • find
    • locate
    • search
    • updatedb
  11. Question ID 903

    Which option to the locate command will have the command perform case-insensitive searches?

    • -I
    • -g
    • -i
    • -s
  12.  

  13. Question ID 904

    Which option to the find command will search by user owner?

    • -user
    • -person
    • -owner
    • -uowner
  14. Question ID 905

    Which option to the find command will search by file type?

    • -type
    • -fstype
    • -ftype
    • -file
  15. Question ID 906

    Which option to the find command will display a “long listing” of matching files?

    • -ok
    • -exec
    • -print
    • -ls
  16.  

  17. Question ID 907

    Which option to the find command will execute a command on each matching file without prompting the user?

    • -exec
    • -ok
    • -ls
    • -print
  18. Question ID 908

    Which option to the find command will prompt the user to execute a command on each matching file?

    • -print
    • -ok
    • -ls
    • -exec
  19. Question ID 909

    Which option to the find command will search by name using a case-insensitive match?

    • -iname
    • -inum
    • -insen
    • -i
  20. Question ID 979

    Which directory represents the root of the primary filesystem hierarchy?

    • /var
    • /
    • /etc
    • /root
  21. Question ID 980

    Which directory is used to store user home directories?

    • /homedir
    • /home
    • /usr
    • /tmp
  22. Question ID 981

    Which directory is used to store the kernel?

    • /kernel
    • /etc
    • /boot
    • /
  23. Question ID 982

    Which directory is used to store temporary files?

    • /temp
    • /tmp
    • /etc
    • /
  24. Question ID 983

    Which directory is used to store essential libraries?

    • /usr
    • /bin
    • /var
    • /lib
  25. Question ID 984

    Which directory is used to store configuration files specific to the host?

    • /etc
    • /
    • /boot
    • /var
  26. Question ID 985

    Which directory is used for the home directory of the root user?

    • /var
    • /
    • /root
    • /home/root