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
- Go to Quiz Page
Linux directory for essential command binaries
- Go to Quiz Page
Linux directory for static files of the boot loader
- Go to Quiz Page
Linux directory for device files
- Go to Quiz Page
Linux directory for host-specific system configuration
- Go to Quiz Page
Linux directory for essential shared libraries and kernel modules
- Go to Quiz Page
Linux directory for mount point for removable media
- Go to Quiz Page
Linux directory for mount point for mounting a filesystem temporarily
- Go to Quiz Page
Linux directory for temporary files
- Go to Quiz Page
Linux directory for secondary hierarchy
- Go to Quiz Page
Linux directory for variable data
- Go to Quiz Page
Optional Linux directory for user home directories
- Go to Quiz Page
Optional Linux directory for home directory for root user
- Go to Quiz Page
How many subdirectories is bin permitted to have?
- Go to Quiz Page
What are the 14 required top-level Linux directories?
- Go to Quiz Page
Fill in the blanks
/<qual> (such as32 or64) are optional Linux directories for essential sharedin alternate binary formats. - Go to Quiz Page
Utility to concatenate files to standard output
- Go to Quiz Page
Utility to change file group ownership
- Go to Quiz Page
Utility to change file access permissions
- Go to Quiz Page
Utility to change file owner and group
- Go to Quiz Page
Utility to copy files and directories
- Go to Quiz Page
Utility to print or set the system date and time
- Go to Quiz Page
Utility to convert and copy a file
- Go to Quiz Page
Utility to report filesystem disk space usage
- Go to Quiz Page
Utility to print or control the kernel message buffer
- Go to Quiz Page
Utility to display a line of text
- Go to Quiz Page
Utility to do nothing, unsuccessfully
- Go to Quiz Page
Utility to show or set the system's host name
- Go to Quiz Page
Utility to send signals to processes
- Go to Quiz Page
Utility to make links between files
- Go to Quiz Page
Utility to begin a session on the system
- Go to Quiz Page
Utility to list directory contents
- Go to Quiz Page
Utility to make directories
- Go to Quiz Page
Utility to make block or character special files
- Go to Quiz Page
Utility to page through text
- Go to Quiz Page
Utility to mount a filesystem
- Go to Quiz Page
Utility to move/rename files
- Go to Quiz Page
Utility to report process status
- Go to Quiz Page
Utility to print name of current working directory
- Go to Quiz Page
Utility to remove files or directories
- Go to Quiz Page
Utility to remove empty directories
- Go to Quiz Page
Stream editor for filtering and transforming text
- Go to Quiz Page
POSIX compatible command shell
- Go to Quiz Page
Utility to change and print terminal line settings
- Go to Quiz Page
Utility to change user ID
- Go to Quiz Page
Utility to flush filesystem buffers
- Go to Quiz Page
Utility to do nothing, successfully
- Go to Quiz Page
Utility to unmount file systems
- Go to Quiz Page
Utility to print system information
- Go to Quiz Page
Optional C shell command
- Go to Quiz Page
Command for optional line-oriented text editor
- Go to Quiz Page
What two archiving utilities are optional, but required in /bin if present?
- Go to Quiz Page
What three compression/uncompression utilities are optional but required in /bin if present?
- Go to Quiz Page
Optional utility for network statistics
- Go to Quiz Page
The ICMP network test utility (optional)
- Go to Quiz Page
Fill in the blanks
The /etc hierarchy containsfiles, which must be static and notbinaries. It is recommended that the files be stored inof /etc. - Go to Quiz Page
What directory is /etc required to have?
- Go to Quiz Page
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
Partition table manipulator (optional)
- Go to Quiz Page
File system check and repair utility (optional)
- Go to Quiz Page
Command to stop the system (optional)
- Go to Quiz Page
Configure a network interface (optional)
- Go to Quiz Page
Command to build a filesystem (optional)
- Go to Quiz Page
Command to set up a swap area (optional)
- Go to Quiz Page
Command to reboot the system (optional)
- Go to Quiz Page
IP routing table utility (optional)
- Go to Quiz Page
Enable paging and swapping (optional)
- Go to Quiz Page
Disable paging and swapping (optional)
- Go to Quiz Page
What happens when an electron moves in a semiconductor?
- Go to Quiz Page
printf("%d", printf("%d", printf("xyz") + printf("abc")));
- Go to Quiz Page
printf("%d", printf("%d", scanf("%d %d", &a, &b))); //assume a = 0, b = 10
- Go to Quiz Page
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
Fill in the blanks
declares a variable, optionally initializing it to a value. - Go to Quiz Page
Fill in the blanks
declares a block-scoped, local variable, optionally initializing it to a value. - Go to Quiz Page
What is the purpose of the Array.prototype.filter() method?
- Go to Quiz Page
Fill in the blanks
The console.log() method is used toinformation to the console. - Go to Quiz Page
Linux directory for add-on application software packages
- Go to Quiz Page
Linux directory for data relevant to running processes
- Go to Quiz Page
Linux directory for essential system binaries
- Go to Quiz Page
Linux directory for data for services provided by this system
- Go to Quiz Page
What is "ls" used for in linux terminal?