*BSD News Article 11884


Return to BSD News archive

Received: by minnie.vk1xwt.ampr.org with NNTP
	id AA2401 ; Mon, 01 Mar 93 10:57:34 EST
Xref: sserve comp.os.386bsd.questions:365 comp.os.386bsd.misc:46
Newsgroups: comp.os.386bsd.questions,comp.os.386bsd.misc
Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!pacbell.com!unet!blunt!dsilvia
From: dsilvia@blunt.net.com ()
Subject: Re: WANTED: Reccommended Texts for Comp Sci Class
Message-ID: <1993Feb28.195059.20679@unet.net.com>
Sender: news@unet.net.com
Nntp-Posting-Host: blunt
Organization: Network Equipment Technologies
References: <1993Feb28.111459.435@antioc.antioch.edu>
Date: Sun, 28 Feb 1993 19:50:59 GMT
Lines: 27

In article <1993Feb28.111459.435@antioc.antioch.edu> mbaya@antioc.antioch.edu writes:
>What books would people reccommend to someone just starting to learn about
>BSD Unix?  Antioch College is finally coming into the 80's and will be offering
>its first Unix course this spring.  The main project will be installing 
>BSD Unix on a 486 and then hooking that 486 into the internet.  Does anyone
>know of any texts, on combination of books that would help with this?
>Thanks
>-Matt
>-- 
>MBAYA@ANTIOC.ANTIOCH.EDU
>Matt Baya, Community Government, Antioch College, Yellow Springs, OH 45387


Well, since it's only the '80's this should be more than adequate for the
task at hand:

	UNIX Network Programming
	W. Richard Stevens
	Prentice Hall
	ISBN 0-13-949876-1
	(c) 1990

It's a practical treatment of the 2 major 'flavors' of UNIX, BSD and System V.
It has many examples of C programming, mainly network projects, but also other
system treatments (i.e., what exactly is a daemon process).

Dave S.