Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 1996 18:49:45 +0000 (GMT)
From:      Gabor Zahemszky <zgabor@CoDe.hu>
To:        freebsd-questions@freebsd.org
Cc:        sehari@iastate.edu
Subject:   Re: Can I use Linux driver of my CD ROM with FreeBSD?
Message-ID:  <199607091849.SAA01740@CoDe.CoDe.hu>
In-Reply-To: <9607060245.AA15123@eng3.iastate.edu> from "Babak  Sehari" at Jul 5, 96 09:45:36 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 
> 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 <zgabor@CoDe.hu>

-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-
Earth is the cradle of human sense, but you can't stay in the cradle forever.
						Tsiolkovsky



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607091849.SAA01740>