Getting Help |
||||||||||||||||||||
so man page for killpg (2) is different from killpg (3) again to access ther different man pages we will go as #man - S 2 killpg #man - S 3 killpg In addition to man(1), there are the commands whatis(1) and apropos(1), whose shared purpose is to make it easier to find information in the man system. whatis gives a very brief description of system commands, somewhat in the style of a pocket command reference. apropos is used to search for a man page containing a given keyword to look for a man page of your choice run apropos <string> like this is what i get when i run # apropos utmp endutent [getutent] (3) - access utmp file entries getutent (3) - access utmp file entries getutid [getutent] (3) - access utmp file entries getutline [getutent] (3) - access utmp file entries pututline [getutent] (3) - access utmp file entries setutent [getutent] (3) - access utmp file entries utmp (5) - login records utmpname [getutent] (3) - access utmp file entries wtmp [utmp] (5) - login records endutent [getutent] (3) - access utmp file entries getutent (3) - access utmp file entries getutid [getutent] (3) - access utmp file entries so it will give all those listings that have "utmp" in its description or name 2. HOWTOs and mini-HOWTOsGet the full list of HOWTO's from www.tldp.org. 3. Online Forums There are many online forums. the best among them is Linuxquestions.org All Linux queries can be posted at linuxquestions.org. If you are not a member , register at linuxquestions.org. References: http://slackware.com |