From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 21:25:26 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3630B16A41F for ; Thu, 5 Jan 2006 21:25:26 +0000 (GMT) (envelope-from lars@gmx.at) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 5F21843D60 for ; Thu, 5 Jan 2006 21:25:25 +0000 (GMT) (envelope-from lars@gmx.at) Received: (qmail invoked by alias); 05 Jan 2006 21:25:16 -0000 Received: from 23.91.203.62.cust.bluewin.ch (EHLO [192.168.1.10]) [62.203.91.23] by mail.gmx.net (mp036) with SMTP; 05 Jan 2006 22:25:16 +0100 X-Authenticated: #912863 Message-ID: <43BD8EC0.7000002@gmx.at> Date: Thu, 05 Jan 2006 22:25:20 +0100 From: lars User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051215) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <43B99687.8020804@comcast.net> <20060105150629.A13301@cons.org> In-Reply-To: <20060105150629.A13301@cons.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: FreeBSD-Questions Subject: Re: Programming Book(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 21:25:26 -0000 Martin Cracauer wrote: > Sean wrote on Mon, Jan 02, 2006 at 04:09:27PM -0500: > >>Looking for recommendations on any Unix programming books. >>I have been out of things for a while so I would put my skill level back >>to the beginning. > > > W. Richard Steven's "Advanced Programming in the Unix Environment", > along with his "Unix Network Programming" are still classics and from > what I have seen best by far. > > Martin I also recommend "The Art of UNIX Programming" by Eric S. Raymond for some cultural information on Unix programming. It's also available whole online for free at his website.