Find the answer to your Linux question:
Results 1 to 3 of 3
hii i am using fedora. if i try man execv or popen or fork it says no man page found its same for my frnd who has ubuntu. is thr ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    2

    Question [SOLVED] no man page for execv

    hii
    i am using fedora. if i try man execv or popen or fork it says no man page found
    its same for my frnd who has ubuntu. is thr ny special package to hav these man pages ? what shld i do?

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hello and Welcome.
    I think you need to install the man pages using yum.
    Code:
    yum -y install man
    If that does not work, then try this one
    Code:
    yum search man
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    2
    hey thanks.. it worked..

Posting Permissions

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