[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Command line Question - Linux Newbie
- Subject: Re: [cobalt-users] Command line Question - Linux Newbie
- From: "Fathi Said" <fathi@xxxxxx>
- Date: Sat Apr 29 15:51:54 2000
- Organization: Hosting-Network, Inc.
John,
> I know how to Telnet to the Raq and login I even know how to SU to root
and
> Navigate the Directory tree. Dangerous hey?
Hey, maybe you're interested in reselling accounts rather than maintaining
your own servers....... [?]
> well my question is how do I open and view the config files for the raq. I
> know about httpd.conf and ftpd.cong and rcd files but how do I open them
to
> view and edit?
If you use the windows telnet program, first type:
TERM=vt100
for editing files, type:
pico -w filename.ext
the option "-w" is to turn word-wrap off.
Fathi