Good book

Good book

Post by DB » Wed, 28 Feb 2001 04:02:33



I am new in unix programming so can you recommend me
some good unix programming books?
TIA
Dejan
 
 
 

Good book

Post by Dowe Kell » Wed, 28 Feb 2001 13:57:26



Quote:>I am new in unix programming so can you recommend me
>some good unix programming books?
>TIA
>Dejan

This probably isn't what you had in mind, but I would seriously
recommend you read Mike Gancarz's _The_UNIX_Philosophy_.

It doesn't cover system libs or pipes and such, but instead covers the
philosophy behind UNIX, and how to use it to your advantage.

As far as the other stuff goes, you would be amazed at the quantity
and quality of info in /usr/man/man[12].

Also, if you are running a system with the GNU libc, the info pages
for the libc library are well written, and an easier, more tutorial
style read than the man pages.

Oh, read this ng's FAQ (sorry don't know the URL).

--

---
And the eyes of them both were opened and they saw that their files
were world readable and writable, so they chmod 600 their files.
        - Book of Installation chapt 3 sec 7

 
 
 

Good book

Post by Scott Neugrosch » Thu, 01 Mar 2001 14:16:21



> I am new in unix programming so can you recommend me
> some good unix programming books?
> TIA
> Dejan

Kernighan and Pike: "The Unix Programming Environment"
W. Richard Stevens: "Advanced Programming in the Unix Environment"
W. Richard Stevens: "Unix Network Programming" VolI & VolII (I forget if
there's VolIII)
 
 
 

Good book

Post by John » Thu, 01 Mar 2001 14:57:34


I liked UNIX Systems Programming for SVR4
by David A. Curry
It's the O'Reilly book with the lion on the front.

> I am new in unix programming so can you recommend me
> some good unix programming books?
> TIA
> Dejan

 
 
 

Good book

Post by Lew Pitche » Thu, 01 Mar 2001 12:14:12



> I am new in unix programming so can you recommend me
> some good unix programming books?

"The UNIX Programming Environment"
 by Brian W. Kernighan and Rob Pike
 (c) 1984 by Bell Telephone Laboratories, Inc.
 published by Prentice-Hall, Inc
 ISBN 0-13-937681-X

"Advanced Programming in the UNIX Environment"
 by W. Richard Stevens
 (c) 1993 by Addison Wesley Longman, Inc.
 ISBN 0-201-56317-7

"UNIX Network Programming (vols 1 & 2)"
 by W. Richard Stevens
 (c) 1998, 1999 by Prentice-Hall, Inc.
 ISBN 0-13-490012-X, 0-13-081081-9

Quote:> TIA
> Dejan

--
Lew Pitcher

Master Codewright and JOAT-in-training
Registered Linux User #112576

 
 
 

Good book

Post by Mad » Sat, 03 Mar 2001 22:33:59


Man pages :)


Quote:> I am new in unix programming so can you recommend me
> some good unix programming books?
> TIA
> Dejan

 
 
 

Good book

Post by Artem M. Kudymovsk » Sun, 04 Mar 2001 19:46:22




Quote:> Man pages :)
> Really, you can use man's if you want to learn routines of UNIX

programming. Every page has references and recommendations on how to use
that of another function, system call, etc. So I also recommend man-pages.


> > I am new in unix programming so can you recommend me
> > some good unix programming books?
> > TIA
> > Dejan

 
 
 

Good book

Post by Andreas Forsgre » Sat, 17 Mar 2001 21:46:57


Advanced Programming in the UNIX Environment
W. Richard Stevens, ISBN: 0-201-56317-7

(Don't be afraid, it's not *that* extremely advanced, IMHO.)

Best regards,

+46 (0)70 652 14 66             http://www.direct2internet.com/


Quote:> I am new in unix programming so can you recommend me
> some good unix programming books?
> TIA
> Dejan