LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   About Man Page (https://www.linuxquestions.org/questions/linux-newbie-8/about-man-page-839950/)

Actionscript3 10-23-2010 05:21 AM

About Man Page
 
Hi,

Can anyone tell that what's the brackets after a command
e.g.
ldconfig(8)
for?

Thanks

Nylex 10-23-2010 05:29 AM

It tells you which section of the manual it's in. Look at the man page for man to see details of the sections..

grail 10-23-2010 05:39 AM

Funny how many people don't realise, but probably one of the first things you should do if new to linux is run man man.
If you look at the bottom of this you will see references like:
Code:

manpath(1), manpath(5)
So you can then take this information and do the following:
Code:

man 1 manpath
man 5 manpath


onebuck 10-23-2010 07:18 AM

Hi,

That would require the user to know the 'man command'. Loads of newbies don't want to dig that deep. Spoon feeding!
:hattip:

grail 10-23-2010 09:41 AM

Yeah your probably right ... oh wait is't that what windblows is for ... larf

Actionscript3 10-27-2010 03:26 AM

Oh.. There's man man...

Thank you very much!


All times are GMT -5. The time now is 06:52 PM.