Alpaca

Quiz Cards

A quiz is a question that challenges your understanding and recall of information from a source or note.
You are only viewing the publicly available quizzes. Log in to see quizzes available to you and create your own quizzes.

Available Quiz Questions

  1. Linux directory for essential command binaries

    Go to Quiz Page
  2. Linux directory for static files of the boot loader

    Go to Quiz Page
  3. Linux directory for device files

    Go to Quiz Page
  4. Linux directory for host-specific system configuration

    Go to Quiz Page
  5. Linux directory for essential shared libraries and kernel modules

    Go to Quiz Page
  6. Linux directory for mount point for removable media

    Go to Quiz Page
  7. Linux directory for mount point for mounting a filesystem temporarily

    Go to Quiz Page
  8. Linux directory for temporary files

    Go to Quiz Page
  9. Linux directory for secondary hierarchy

    Go to Quiz Page
  10. Linux directory for variable data

    Go to Quiz Page
  11. Optional Linux directory for user home directories

    Go to Quiz Page
  12. Optional Linux directory for home directory for root user

    Go to Quiz Page
  13. How many subdirectories is bin permitted to have?

    Go to Quiz Page
  14. What are the 14 required top-level Linux directories?

    Go to Quiz Page
  15. Fill in the blanks

    /
    <qual> (such as
    32 or
    64) are optional Linux directories for essential shared
    in alternate binary formats.
    Go to Quiz Page
  16. Utility to concatenate files to standard output

    Go to Quiz Page
  17. Utility to change file group ownership

    Go to Quiz Page
  18. Utility to change file access permissions

    Go to Quiz Page
  19. Utility to change file owner and group

    Go to Quiz Page
  20. Utility to copy files and directories

    Go to Quiz Page
  21. Utility to print or set the system date and time

    Go to Quiz Page
  22. Utility to convert and copy a file

    Go to Quiz Page
  23. Utility to report filesystem disk space usage

    Go to Quiz Page
  24. Utility to print or control the kernel message buffer

    Go to Quiz Page
  25. Utility to display a line of text

    Go to Quiz Page
  26. Utility to do nothing, unsuccessfully

    Go to Quiz Page
  27. Utility to show or set the system's host name

    Go to Quiz Page
  28. Utility to send signals to processes

    Go to Quiz Page
  29. Utility to make links between files

    Go to Quiz Page
  30. Utility to begin a session on the system

    Go to Quiz Page
  31. Utility to list directory contents

    Go to Quiz Page
  32. Utility to make directories

    Go to Quiz Page
  33. Utility to make block or character special files

    Go to Quiz Page
  34. Utility to page through text

    Go to Quiz Page
  35. Utility to mount a filesystem

    Go to Quiz Page
  36. Utility to move/rename files

    Go to Quiz Page
  37. Utility to report process status

    Go to Quiz Page
  38. Utility to print name of current working directory

    Go to Quiz Page
  39. Utility to remove files or directories

    Go to Quiz Page
  40. Utility to remove empty directories

    Go to Quiz Page
  41. Stream editor for filtering and transforming text

    Go to Quiz Page
  42. POSIX compatible command shell

    Go to Quiz Page
  43. Utility to change and print terminal line settings

    Go to Quiz Page
  44. Utility to change user ID

    Go to Quiz Page
  45. Utility to flush filesystem buffers

    Go to Quiz Page
  46. Utility to do nothing, successfully

    Go to Quiz Page
  47. Utility to unmount file systems

    Go to Quiz Page
  48. Utility to print system information

    Go to Quiz Page
  49. Optional C shell command

    Go to Quiz Page
  50. Command for optional line-oriented text editor

    Go to Quiz Page
  51. What two archiving utilities are optional, but required in /bin if present?

    Go to Quiz Page
  52. What three compression/uncompression utilities are optional but required in /bin if present?

    Go to Quiz Page
  53. Optional utility for network statistics

    Go to Quiz Page
  54. The ICMP network test utility (optional)

    Go to Quiz Page
  55. Fill in the blanks

    The /etc hierarchy contains
    files, which must be static and not
    binaries. It is recommended that the files be stored in
    of /etc.
    Go to Quiz Page
  56. What directory is /etc required to have?

    Go to Quiz Page
  57. Fill in the blanks

    Host-specific configuration files for add-on application software packages must be installed in /
    /
    /<subdir>, where <subdir> is name of subtree where the static data from that package is stored.
    Go to Quiz Page
  58. Partition table manipulator (optional)

    Go to Quiz Page
  59. File system check and repair utility (optional)

    Go to Quiz Page
  60. Command to stop the system (optional)

    Go to Quiz Page
  61. Configure a network interface (optional)

    Go to Quiz Page
  62. Command to build a filesystem (optional)

    Go to Quiz Page
  63. Command to set up a swap area (optional)

    Go to Quiz Page
  64. Command to reboot the system (optional)

    Go to Quiz Page
  65. IP routing table utility (optional)

    Go to Quiz Page
  66. Enable paging and swapping (optional)

    Go to Quiz Page
  67. Disable paging and swapping (optional)

    Go to Quiz Page
  68. What happens when an electron moves in a semiconductor?

    Go to Quiz Page
  69. printf("%d", printf("%d", printf("xyz") + printf("abc")));

    Go to Quiz Page
  70. printf("%d", printf("%d", scanf("%d %d", &a, &b))); //assume a = 0, b = 10

    Go to Quiz Page
  71. The method of using template literals, that is backticks (`), with "${ ... }" being filled with any JavaScript expression that can be coerced into a string.

    Go to Quiz Page
  72. Fill in the blanks

    declares a variable, optionally initializing it to a value.
    Go to Quiz Page
  73. Fill in the blanks

    declares a block-scoped, local variable, optionally initializing it to a value.
    Go to Quiz Page
  74. What is the purpose of the Array.prototype.filter() method?

    Go to Quiz Page
  75. Fill in the blanks

    The console.log() method is used to
    information to the console.
    Go to Quiz Page
  76. Linux directory for add-on application software packages

    Go to Quiz Page
  77. Linux directory for data relevant to running processes

    Go to Quiz Page
  78. Linux directory for essential system binaries

    Go to Quiz Page
  79. Linux directory for data for services provided by this system

    Go to Quiz Page
  80. What is "ls" used for in linux terminal?

    Go to Quiz Page