vote up 1 vote down star

I am looking to buy a book on UNIX for programming, shell scripts and overall about UNIX, any useful UNIX tutorial websites or books you guys recommend?

flag

I did a quick search on SO to find a similiar question on SO with no obvious results on the first page. Why was this downvoted? – Amir Afghani Nov 5 at 15:29
Why on earth the vote down? It's probably a dupe, yes. But if you're gonna vote it down as a dupe at least point the asker to the duplicate and suggest they look for it before asking! And if it's not a dupe there is absolutely nothing wrong with this question. – Alcon Nov 5 at 15:29

5 Answers

vote up 3 vote down check

Which UNIX system?

I'm Linux developer and this is a list of my favourite books:

  • Linux Application Development (2nd Edition) by Michael K. Johnson and Erik W. Troan
  • Linux System Programming by Robert Love
  • Advanced Linux Programming by CodeSourcery LLC, Mark L. Mitchell, Alex Samuel, and Jeffrey Oldham
  • Advanced UNIX Programming (2nd Edition) by Marc J. Rochkind
  • The Art of UNIX Programming by Eric S. Raymond
link|flag
Ill do for the last two books Advanced UNIX Programming & The Art of UNIX Programming – hkshambesh Nov 5 at 15:35
vote up 3 vote down

I learned a lot from the following two books :

UNIX Power Tools

Advanced Programming in a Unix Environment

link|flag
+1 for Advanced Programming in a UNIX Environment. It's a heavy read, but it pretty much covers everything you could want to know. – Alcon Nov 5 at 15:30
Yep, I have a copy of Advanced Programming in the UNIX Environment not two feet away from me. It is a reference, with some pretty good discourse. I wouldn't use it as a tutorial, but it is a damn fine technical guide. – Don Wakefield Nov 5 at 16:41
vote up 0 vote down

Depite its title The Art of Unix Programming gives a lot of insight of why unix is the way that it is, rather than being a book on programming. Like any language, understanding the underlying world view helps to understand the language.

link|flag
vote up 1 vote down

I found this book to be a great introduction:

Beginning Linux Programming (4th edition) by Neil Matthew and Richard Stones

link|flag
vote up 0 vote down

One I particularly liked whilst learning linux/UNIX (I use IRIX occasionally, and it screws with my mind coming from Linux. :p) was "Mastering UNIX" by Wrightson & Merlino (ISBN 0-7821-2817-3. Okay, so it's a little out of date, but the basics will be the same. :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.