Closed Thread
Results 1 to 3 of 3

Thread: Where are Linux Man Pages Located?

  1. #1
    Hektor is offline Programmer
    Join Date
    Jan 2007
    Posts
    126
    Rep Power
    0

    Where are Linux Man Pages Located?

    I've used the command often:

    Code:
    # man <command>
    but where are the linux manual pages store at? Is it a database? I'm curious because I want to take a look at one of the files and see what it is made of.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    At the command prompt type:

    Code:
    # manpath
    You should see results like this:

    Code:
    /usr/kerberos/man:/usr/local/share/man:/usr/share/man:/usr/man:/var/qmail/man
    Those are your manual pages path. You an also 'man man' for more information.

  4. #3
    Hektor is offline Programmer
    Join Date
    Jan 2007
    Posts
    126
    Rep Power
    0
    Thanks, that is what I was looking for. Now I have even more questions, I suppose I will create a new thread.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Why are variables located on stack?
    By pokevitek in forum C and C++
    Replies: 9
    Last Post: 08-12-2010, 01:14 PM
  2. Running .txt file from same place where is located .exe
    By delphiproblematic in forum Pascal and Delphi
    Replies: 3
    Last Post: 03-18-2010, 09:41 AM
  3. Replies: 12
    Last Post: 03-15-2008, 04:34 AM
  4. where are files created by VIM located?
    By mysticalone in forum Computer Software/OS
    Replies: 6
    Last Post: 01-25-2007, 05:35 AM
  5. Linux: Funny Man Pages
    By Void in forum Technology Ramble
    Replies: 5
    Last Post: 01-04-2007, 05:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts