LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What the heck are man pages? Where on here do I find them? (https://www.linuxquestions.org/questions/linux-newbie-8/what-the-heck-are-man-pages-where-on-here-do-i-find-them-4175426042/)

TechKnowRemedy 09-06-2012 07:36 PM

What the heck are man pages? Where on here do I find them?
 
I am not kidding.
At first I thought, "Man pages? Well, then, are there women pages?!"
Then I thought a little deeper and said, "Maybe man-ual?"
Help? I know nothing.

BashTin 09-06-2012 07:48 PM

Indeed, man = manual although this does not of course mean they are exclusively for the use of guys..... girls are welcome to use them too!

For each command or application there should be a manual page. You access them from the command line in a terminal/console. First type man then the program you wish to know about. For example

Code:

man bash
man also has it's own manual of course. Try

Code:

man man
They can make terse reading at first but they are a great reference when you basically know how to use the command but can't quite remember the syntax or the switches you need. On my system man pages are located at /usr/man

Hope that helps, BashTin

m.a.l.'s pa 09-06-2012 08:22 PM

Do a web search using the words linux man pages and you'll find tons of info out there about what they are and how to use them.

craigevil 09-06-2012 08:45 PM

Man page - LQWiki - http://wiki.linuxquestions.org/wiki/Man_page

chrism01 09-07-2012 12:33 AM

Here's a nice searchable website version http://linux.die.net/man/

jefro 09-07-2012 11:21 AM

Examples of ways to show help.

man chdir
man ls

ls --help
chdir --help


You should know that man pages are the worst things to learn from. They are designed for people who know the command and just need to remember the options.

TechKnowRemedy 09-07-2012 09:21 PM

man pages question
 
Quote:

Originally Posted by BashTin (Post 4774572)
Indeed, man = manual although this does not of course mean they are exclusively for the use of guys..... girls are welcome to use them too!

For each command or application there should be a manual page. You access them from the command line in a terminal/console. First type man then the program you wish to know about. For example

Code:

man bash
man also has it's own manual of course. Try

Code:

man man
They can make terse reading at first but they are a great reference when you basically know how to use the command but can't quite remember the syntax or the switches you need. On my system man pages are located at /usr/man

Hope that helps, BashTin


Awwww! Thanks BashTin........I think I'll try that "man bash" code first, I LOVE man bashing. (jk)

TechKnowRemedy 09-07-2012 09:24 PM

Quote:

Originally Posted by jefro (Post 4775103)
Examples of ways to show help.

man chdir
man ls

ls --help
chdir --help


You should know that man pages are the worst things to learn from. They are designed for people who know the command and just need to remember the options.


Thanks jefro, but then, what is my correct source? And do not tell me the answer is 42. That wasn't my question. ;D

suicidaleggroll 09-07-2012 09:46 PM

Quote:

Originally Posted by TechKnowRemedy (Post 4775387)
Thanks jefro, but then, what is my correct source? And do not tell me the answer is 42. That wasn't my question. ;D

I would start with google or a linux command line guide.

"man bash" is good, but my favorite is "man date"

pixellany 09-08-2012 06:36 AM

Go to http://tldp.org and get the Bash Guide for Beginners. Then get the Advanced BASH Scripting Guide.


All times are GMT -5. The time now is 03:14 PM.