*BSD News Article 44765


Return to BSD News archive

Xref: sserve comp.unix.bsd.freebsd.misc:1553 comp.unix.bsd.netbsd.misc:428
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!bloom-beacon.mit.edu!gatech!EU.net!Germany.EU.net!zib-berlin.de!news.tu-chemnitz.de!irz401!narcisa.sax.de!not-for-mail
From: j@narcisa.sax.de (J Wunsch)
Newsgroups: comp.unix.bsd.freebsd.misc,comp.unix.bsd.netbsd.misc
Subject: Re: FreeBSD Install Questions
Date: 31 May 1995 12:58:11 +0200
Organization: Private U**x site, Dresden.
Lines: 34
Message-ID: <3qhi43$imh@bonnie.tcd-dresden.de>
References: <3q8vuk$kai@ixnews1.ix.netcom.com>
Reply-To: joerg_wunsch@uriah.heep.sax.de
NNTP-Posting-Host: 192.109.108.139
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

[c.o.3.q is rmgroup'ed]

Carl Gola <cgola@ix.netcom.com> wrote:

>1)  I installed the games package. It put the games in /usr/games. I am not 
>sure how to run the games. For "adventure" I tried typing in the name of the 
>file and the response was file not found.

for a Bourne shell:

PATH="$PATH:/usr/games"

in your $HOME/.profile

for a [t]csh:

set path = ($path /usr/games)

in you ~/.login file.


>3) I tried to backup some files to my Conner 420mb backup drive (connected to 
>my floppy controller).  It is seen at bootup as ft0. I used the command 
>"tar cf /dev/ft0 /home" and received a kernel trap and the Freebsd system 
>immediately reboot. Do I need to mount this first or something else.

tar cf - /home | ft "this is my backup"

(RTFM ft(8))
-- 
cheers, J"org                      private:   joerg_wunsch@uriah.heep.sax.de
                                   http://www.sax.de/~joerg/

Never trust an operating system you don't have sources for. ;-)