Basic Linux Tasks Flashcards
What is Swap Space?
Swap space is to substitute disk space for RAM memory when physical RAM fills up and more space is needed.
What is Total Memory in Linux?
Physical RAM + swap space and is referred to as virtual memory
When installing Linux, what happens if your hard disk is greater than 50g?
A /home partition is created, otherwise it is combined with the /root partition.
What is the flag for man to find all entires that match your query?
-a
What is the flag for man to display debugging information?
-D
What is the flag for man to show command descriptions?
-f
What is the flag for man to display help options?
-h
What is the flag for man to show lists of all manual pages?
-k
What is the flag for man to search for the specific string?
-K
What is the flag for man to format the man pages so they can be printed out?
-t
Which command is used to search the name section of all man pages?
Apropos
Which command is used to display a brief description of a command?
Whatis
Which command is used to display the information page of a command?
info
How do you get help on using the man command?
man -h
man –help
Which directory contains all of the documentation files for the libraries, system utilities and other software packages that are installed on your particular Linux system?
/usr/share/doc