Hoofdstuk 5 meerkeuze Flashcards
What is the standard option to provide a command line program to view its documentation?
–help –info –doc -h
–help
The command man -k is the same as the command apropos.
True or False?
True False
True
The whatis command is the same as man -w.
True False
False
The directory where additional documentation for software packages most likely can be found is:
/usr/share/doc /usr/software/doc /var/lib/doc /var/share/doc
/usr/share/doc
Which two pager commands are used by the man command to control movement within the document?
(choose two)
less grep more page
less
more
Commands typically executed by a user are covered in what section of the manual?
5 1 2 3
1
To search the man page sections for the keyword example, which of the following command lines could you execute?
(choose two)
man -f example man -k example whatis example apropos example
man -k example
apropos example
The statement that describes the difference between a man page and an info page is:
The info page is like a guide; a man page is a more concise reference. The man page is a long detailed reference; the info page is very terse. There is very little difference between them. The man page is like a guide; the info page is a more concise reference.
The info page is like a guide; a man page is a more concise reference.
If you are reading the synopsis of a command from a man page, then items in square brackets are:
Optional Comments Required options Required arguments
Optional
The following sections commonly appear on a man page:
(choose three)
DESCRIPTION LICENSE SYNOPSIS NAME
DESCRIPTION
SYNOPSIS
NAME
Section 5 of the manual pages covers:
User commands Games File Formats System administration commands
File Formats
To start searching a man page, the first key you press is:
s ! / f
/
In order to exit viewing a man page, press:
y Z x q
q
Which option for the man command should you use if you intend to send the output of the command to a printer?
-T –text -t -m
-t
What key should be used while working in the man command if you want to go to the end of the document?
g e G goto
G