Tips on a good POSIX guide?

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default Re: Tips on a good POSIX guide?

    Greg P. wrote:
    > Hello fellow coders,
    > I have been looking for a good C POSIX reference. I have crept across
    > the sites that are obvious for *NIX POSIX and what not, but have failed to
    > find a hardcopy version. Does anyone here use a book as a good reference on
    > POSIX functions/routines? Any links or book titles are welcome (even obvious
    > ones). Thanks in advance! =)
    [url]http://www.gnu.org/manual/manual.html[/url]
    [url]http://www.gnu.org/manual/glibc-2.2.5/libc.html[/url]

    Russell Shaw Guest

  2. Similar Questions and Discussions

    1. Good flash website tips
      Hi All, Does anyone know of any good websites that give tips on building Flash websites. I've looked on Google and found some O.K ones but I...
    2. good guide for setting up mysql
      I am trying to find a good guide for setting up mysql on a stand alone linux box just to play around with but I can't find any good one do you have...
    3. Need good tips for photo-shop.
      Hello, I am using photo-shop. I learned the photo-shop, and its ability. I am not an artist, but I need good samples and tips of designing in...
    4. Web Hosting...any good tips advice for a good host??
      This site has Reviews of cheap web hosting companies: http://www.SterlingReport.com/business/web-hosting-reviews.html You should be able to find...
    5. Is there any guide,tips about installing DB2 v7 and DB2 v8 on the same windows machine?
      As far as i know, DB2 v8 cant be installed in parallel with v7 on windows, but someone knows if this behavior can be workarounded? I'm really...
  3. #2

    Default Re: Tips on a good POSIX guide?

    Greg P. wrote :
    > Hello fellow coders,
    > I have been looking for a good C POSIX reference. I have crept across
    > the sites that are obvious for *NIX POSIX and what not, but have failed to
    > find a hardcopy version. Does anyone here use a book as a good reference on
    > POSIX functions/routines? Any links or book titles are welcome (even obvious
    > ones). Thanks in advance! =)
    [url]http://www.unix-systems.org/single_unix_specification/[/url]

    --
    DINH V. Hoa,

    "écrire 'dsl' au lieu de 'désolé', c'est pas un problème d'orthographe,
    c'est un problème de capillarité palmaire" -- ed

    DINH Viêt Hoà Guest

  4. #3

    Default Re: Tips on a good POSIX guide?

    Greg P. wrote:
    > I have been looking for a good C POSIX reference. I have crept
    > across the sites that are obvious for *NIX POSIX and what not,
    > but have failed to find a hardcopy version. Does anyone here
    > use a book as a good reference on POSIX functions/routines?
    > Any links or book titles are welcome (even obvious ones).
    Greg...

    POSIX Programmers Guide - Donald Lewine
    POSIX.4 Programming for the Real World - Bill Gallmeister

    Neither of these books are new; but both have been helpful to me.
    You should be able to get more info about them from the O'Reilly
    website at [url]http://www.ora.com[/url]

    HTH
    --
    Morris Dovey
    West Des Moines, Iowa USA
    C links at [url]http://www.iedu.com/c[/url]

    Morris Dovey Guest

  5. #4

    Default Re: Tips on a good POSIX guide?

    On Wed, 30 Jul 2003 04:09:45 -0500, Morris Dovey <mrdovey@iedu.com> wrote:
    > Greg P. wrote:
    > > I have been looking for a good C POSIX reference. I have crept
    > > across the sites that are obvious for *NIX POSIX and what not,
    > > but have failed to find a hardcopy version. Does anyone here
    > > use a book as a good reference on POSIX functions/routines?
    > > Any links or book titles are welcome (even obvious ones).
    >
    > Greg...
    >
    > POSIX Programmers Guide - Donald Lewine
    > POSIX.4 Programming for the Real World - Bill Gallmeister
    >
    > Neither of these books are new; but both have been helpful to me. You
    > should be able to get more info about them from the O'Reilly website at
    > [url]http://www.ora.com[/url]
    >
    > HTH
    The Lewine book is OK for "classic" POSIX (1990 version), but lots has
    changed since then. Besides, 50% of the book is in manual-page form, which
    you can get in a much updated form from the Open Group site that another
    reply has provided a link to.

    The POSIX.4 book, to my knowledge, is the ONLY book on that part of POSIX
    (real-time). Very useful if you will be using the real-time options.

    Best reference is the Open Group site. It's really extremely well done.

    (In addition to POSIX, a larger standard called Single UNIX Specification
    is getting more industry attention these days. That's what vendors have to
    conform to to be able to use the UNIX brand. The SUS, which contains POSIX,
    is what's on the Open Group site.)

    --Marc
    Marc Rochkind Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139