Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

am very much interested in unix. Want to learn in and out. Can you guys help me by listing some books which can make me a wizard? Ultimately I want to become a unix programmer.

I am not a novice user in Unix.

share|improve this question

closed as off topic by Smi, Jon B, Linger, Stefan Steinegger, CJM Nov 5 '12 at 13:34

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

up vote 7 down vote accepted

You want system administration knowledge, or programming knowledge?

For programming:

For system administration:

share|improve this answer
I want a kind of both but going one by one. Learning internals is my first priority. – rda3mon Oct 7 '10 at 0:07
APUE is THE reference here. It's one of 2 books that doesn't leave my desk. – Paul Rubel Oct 7 '10 at 0:31
Can I ask you which is the other one? – rda3mon Oct 7 '10 at 2:05

As other responders have noted, Advanced Programming in the Unix Environment (APUE) is indispensable.

Other books that you might want to consider (these have more of a Linux focus, but are a good way to become familiar with Unix internals):

share|improve this answer

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