On 8 Jun 2000, at 21:27, Clarence Verge wrote:

> 
> I could find no /etc/resolv.conf.
> Do I create it?
> If so, how do I create a 4char extension with my familiar editor ?

pico -w /etc/resolv.conf

> I tried elvis (even tho warned) and could not make it do ANYTHING.
> I couldn't get out of it without pushing reset.

:q!

As in, type colon then q then exclamation mark and press enter.

elvis is vi (basically), so you need to know how that works. Like 
edlin, but a full screen version. so to insert text, you have to press i 
first, enter your text and press Escape when finished. Or you can 
append text with a, delete a character with x, etc.

iirc, you can get help with the help command. (commands start 
with a colon)

Did you try Ctrl-C? that usually kills most processes. Ctrl-Z usually 
stops it and gives you a system prompt. Failing that, login again 
and use kill to kill it. :-) [ps or top to list processes]

> How do you get the processors attention ?
> 
> There was no man info for elvis. Seems like a candidate for deletion.

Theres lots of resources on the web for it :-)

I went looking on my current linux installation and have vim...

There is documentation in /usr/doc/vi[press tab]

> Seems to be no man info for anything.
> Says it cannot open configuration file /usr/lib/man.conf

How did you install linux? all my distro's had/have no problems with 
missing files.

I've missed some of this discussion...

-- 
Ben Hood
http://i.am/hoody
mailto:[EMAIL PROTECTED]

Reply via email to