From owner-freebsd-questions Tue Jun 3 23:36:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA29274 for questions-outgoing; Tue, 3 Jun 1997 23:36:24 -0700 (PDT) Received: from circpc5.epfl.ch (circpc5.epfl.ch [128.178.34.43]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA29256 for ; Tue, 3 Jun 1997 23:36:15 -0700 (PDT) Received: (from beaurat@localhost) by circpc5.epfl.ch (8.8.5/8.8.5) id GAA05562; Wed, 4 Jun 1997 06:36:06 GMT Date: Wed, 4 Jun 1997 06:36:06 GMT From: Dejan Djukic Message-Id: <199706040636.GAA05562@circpc5.epfl.ch> To: freebsd-questions@freebsd.org, jules.winnfield@cableinet.co.uk Subject: Re: FreeBSD Basics Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I would like to know if there is a way I could find out about all the > commands available to me, I have looked in the manual but it seems to go > a bit in depth at this stage. (Nearly) all the commands have their descriptions as "man" (manual) pages. Just type: man and you will get all you need to know about the command . But, you will probably NEVER know ALL the commands available. For the time being, a Unix manual would be much more pedagogic than the on-line manual pages. I cannot tell which one exactly, there are plenty, perhaps one of the O'Reilly Editions manuals from "Nutshell" series. Since you have your own Unix, you will need to do some system administration, and you may also need a manual on Unix system administration. > > I would like to find out about the basic UNIX commands and how to use > them for my needs. One inparticular problem I have is mounting my DOS > partitions and reading from them in FreeBSD, I have a program I'd like > to transfer onto my FreeBSD partition from my DOS partition. The best I can say here is that you type man mount and man mount_msdos and read the information therein.