From owner-freebsd-questions Tue Jul 9 23:31:16 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14385 for questions-outgoing; Tue, 9 Jul 1996 23:31:16 -0700 (PDT) Received: from mail.EUnet.hu (mail.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA14362 for ; Tue, 9 Jul 1996 23:31:09 -0700 (PDT) Received: by mail.EUnet.hu, id IAA04329; Wed, 10 Jul 1996 08:31:03 +0200 Received: by CoDe.CoDe.hu (SAA01740); Tue, 9 Jul 1996 18:49:45 GMT From: Gabor Zahemszky Message-Id: <199607091849.SAA01740@CoDe.CoDe.hu> Subject: Re: Can I use Linux driver of my CD ROM with FreeBSD? To: freebsd-questions@freebsd.org Date: Tue, 9 Jul 1996 18:49:45 +0000 (GMT) Cc: sehari@iastate.edu In-Reply-To: <9607060245.AA15123@eng3.iastate.edu> from "Babak Sehari" at Jul 5, 96 09:45:36 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > I have an old CD ROM that is controlled by a card CM 250. There is a > linux driver for it. Would such driver work with FreeBSD? I don't know. > My second question is how to make up arrow and down arrow to work with > history. That is when you press uparrow you get the previous command. You cannot do it in csh, but you can do it in FBSD's sh: set -o emacs (or any of the non-standard shells: pdksh/bash: the same, tcsh: set edit) > Finally, how can I make ^D to logout in non root directory. Note that > ^D log me out from the root directory but not from user account. on csh/tcsh: unset ignoreeof on sh/pdksh/bash: set +o ignoreeof || unset ignoreeof -- Gabor Zahemszky -:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:- Earth is the cradle of human sense, but you can't stay in the cradle forever. Tsiolkovsky