Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Title says it all. I am trying to learn Linux system programming, which is the best book to learn this?

share|improve this question
1  
Shouldn't this be on SO? – Eimantas Aug 11 '10 at 10:39
I believe it actually belongs on books.stackexchange.com... ;-) There will always be overlapping topics. – EricSchaefer Aug 11 '10 at 11:20
1  
also see unix.stackexchange.com/questions/80/… – monocoder Aug 16 '10 at 9:21

7 Answers

up vote 8 down vote accepted

Linux Systems Programming

you can refer this also link

share|improve this answer
Thanks, I just bought the book. It looks like a good read and isn't huge :) – Khaja Minhajuddin Aug 11 '10 at 11:48
gr8. All the best :-) – Hemant Aug 11 '10 at 12:04

W. Richard Stevens: Advanced Programming in the UNIX Environment

share|improve this answer
1  
I agree. It's the holy bible of UNIX system programming – mru Nov 4 '10 at 12:15

Here you can find a database of the best books to learn Linux: http://www.tldp.org/guides.html

I'm currently reading Introduction to Linux - A Hands on Guide by Machtelt Garrels

And I like it, the way it's written make it easy to understand.

share|improve this answer
The TLDP guides are generally excellent, but mostly sadly out of date. – vonbrand Mar 15 at 21:20

I second the Stevens recommendation. The only real alternative is Advanced UNIX Programming by M.J. Rochkind: http://basepath.com/aup/

ORA's POSIX Programmer's Guide (http://oreilly.com/catalog/9780937175736) may be useful, but I haven't read it myself.

share|improve this answer

The Linux Programming Interface by Michael Kerrisk

Note that the author is the current maintainer of the Linux man pages. And that it's not out yet so I can't actually say how good it is, but I've read the blog posts about it and it sounds like a good book. (and he is the maintainer of the man pages, and those are mostly well written and he ought to know his stuff)

EDIT: book is now out.

http://blog.man7.org/2009/07/whats-book-about.html

http://www.man7.org/tlpi/index.html

http://www.nostarch.com/linuxprogramming.htm

share|improve this answer
Book is out now (has been for a bit) - it's great. More should upvote this answer. – Dan Dec 19 '10 at 7:52
Yup it is out, I bought it and it is indeed great – Spudd86 Feb 9 '11 at 3:06
Excellent book, highly recommended. – haziz Mar 22 '12 at 2:52
He did not write the man pages, they come from all over the place (BSD, some GNU texinfo auto-manified, some pages for separate utilities). But yes, managing such a huge, sprawling mess into something vaguely coherent is a feat. – vonbrand Mar 15 at 21:19

I'd recommend Bruce Molay's "Understanding Unix/Linux Programming" (http://wps.prenhall.com/esm_molay_UNIXProg_1/). I had him as an instructor at Harvard, and he was fantastic.

share|improve this answer

The Linux Programming Interface is now available...

http://www.man7.org/tlpi/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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