Thread: Required Reading Unix Manual - Help!

  1. #1
    wise_ron wise_ron's Avatar
    Join Date
    May 2006
    Posts
    75

    Post Required Reading Unix Manual - Help!

    I want to ask any one that is willing to help me how to get to UNIX MANUAL. I have try on google reading some stuff... and the command to type in Konsole are:

    man ls --> Shows the manual page for the ls command
    info ls

    both of the commands are the something I want to know if this is the document that we should read or is there something else. This document only has 237 lines i think it should have more because for my assigment i have to read this:

    REQUIRED READING UNIX manual pages for the following:
    fork, system, execl, getpid, getppid, wait, waitpid, sleep, ps, perror and exit.

    Can anyone help me! Thanks for your help...

    wise_ron

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Well, just read the man pages for each command.
    Code:
    $ man fork
    $ man system
    $ man execl
    $ # ...
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  3. #3
    wise_ron wise_ron's Avatar
    Join Date
    May 2006
    Posts
    75

    Thanks

    Thank you very much! I really like the way you guys do it... thanks for the quick reply. You make this forum Rock...

    Thanks DWKS

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    How to read is not a C question - moved to Tech board.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. help with reading from stream
    By movl0x1 in forum C Programming
    Replies: 7
    Last Post: 05-31-2007, 10:36 PM
  3. Replies: 28
    Last Post: 07-16-2006, 11:35 PM
  4. NAQ: Everything you never wanted to know about CPP
    By evildave in forum C Programming
    Replies: 21
    Last Post: 12-12-2005, 10:56 AM
  5. file reading
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 03-12-2002, 11:55 PM