Skip to content

Understanding UNIX/LINUX Programming A Guide to Theory and Practice

Best in textbook rentals since 2012!

ISBN-10: 0130083968

ISBN-13: 9780130083968

Edition: 2003

Authors: Bruce Molay

List price: $179.99
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

For courses in Unix Systems Programming, Unix System Administration, and as a supplemental text for courses in Advanced Networks and Systems Programming. This readable and comprehensive text clearly explains Unix programming and structure by addressing the solid fundamentals of Unix and providing different solutions to problems. All ideas and principles are introduced in the context of a practical problem, and excellent use is made of illustrations and listings in the text. Projects are solved by the development of complete programs, which are clearly commented on and integrated with explanations in the text.
Customers also bought

Book details

List price: $179.99
Copyright year: 2003
Publisher: Pearson Education
Publication date: 11/25/2002
Binding: Paperback
Pages: 552
Size: 6.90" wide x 9.10" long x 1.30" tall
Weight: 2.046
Language: English

Unix Systems Programming: The Big Picture
Users, Files, and the Manual: Who Is First
Directories and File Properties: Looking through ls
Focus on File Systems: Writing pwd
Connection Control: Studying stty
Programming for Humans: Terminal Control and Signals
Event-Driven Programming: Writing a Video Game
Processes and Programs: Studying sh
A Programmable Shell: Shell Variables and the Environment
I/O Redirection and Pipes
Connecting to Processes Near and Far: Servers and Sockets
Connections and Protocols: Writing a Web Server
Programming with Datagrams: A License Server
Threads: Concurrent Functions
IPC Roundup: Can We Talk?