From owner-freebsd-questions Sat Jul 1 10:59: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by hub.freebsd.org (Postfix) with ESMTP id AE15737B60E for ; Sat, 1 Jul 2000 10:59:03 -0700 (PDT) (envelope-from goldtech@worldpost.com) Received: from 209-122-223-116.s116.tnt3.nyw.ny.dialup.rcn.com ([209.122.223.116] helo=beefstew) by smtp03.mrf.mail.rcn.net with smtp (Exim 2.12 #3) id 138RXi-0001AE-00; Sat, 1 Jul 2000 13:59:02 -0400 Message-ID: <000401bfe386$1fb1c4d0$74df7ad1@beefstew> From: "leegold" To: "Salvo Bartolotta" Cc: References: <000501bfe37e$ef589e50$20e17ad1@beefstew> <20000701.18432200@bartequi.ottodomain.org> Subject: Re: trying to understand installing a device driver Date: Sat, 1 Jul 2000 13:59:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, I was not specific enough. It's not cd and the most basic of unix commands that I need help with. Please disregard my post. My post/question is not phrased and composed correctly. Meanwhile I have a look at the man pages. Thanks ----- Original Message ----- From: Salvo Bartolotta To: leegold Cc: Sent: Saturday, July 01, 2000 2:43 PM Subject: Re: trying to understand installing a device driver >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/1/00, 6:08:09 PM, "leegold" wrote regarding trying to understand installing a device driver: > /usr/src/sys what is this dir for? > could someone explain what these cmds below are doing? > cd conf > patch < files.diff > ```````````````````````````````````````````````````````````````````````````` > ` > thanks Dear "Leegold", Unix System Resource(s) --> usr ; cd(1) stands for Change Directories; "src" and "sys" are not difficult to interpret. As regards simple "Unix" commands, there are a few introductory tutorials around; you may wish to have a look at e.g. http://wks.uts.ohio-state.edu/unix_course/unix.html (available in several formats). If you have a closer look at the /usr/src tree structure, some aspects of its organization will become clearer; which tree is systematically outlined in hier(7). When you configure, compile and install a kernel, in fact, you go to ... , and you do ... ;-) As to patch, you may wish to have a look at patch(1). Finally, you might want to visit http://www.freebsd.org/projects/newbies.html ; which page contains a wealth of information (and related links) about Unix and FreeBSD. Have as much fun as you can :-)) Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message