Linux Online – Linux Documentation Project.
This is the introduction of the Linux Documentation Project. It integrates the traditional help (as we understand in windows) and other material not part of the help.
The help in linux is initiated by typing man in terminal. man stand for MANUAL;
e.g. man man
This shall show the manual pages about man command itself.
to quit before reading all the pages you have to type ‘q’ without quotes.