Linux Documentation Flashcards
1
Q
Linux Documentation Sources are ?
A
+ man pages
+ help command or option –help
+ GNU info
+ Other documentation sources (Gentoo Handbook or Ubuntu Documentation)
2
Q
What command is equal to “whatis” ?
A
man -f
3
Q
Find the man pages of man ?
A
man man
4
Q
Find man pages by topic using what command ?
A
man -k nameOfProgram
5
Q
GNU stands for ?
A
GNU’s Not Unix
6
Q
Alternative for “man” ?
man socket
A
info
info socket
7
Q
Uitlities programs that help to open the Graphical Help Systems from CLI ?
A
gnome-help or yelp
8
Q
What command line provides a synopsis of built-in commands ?
A
help