--- Sashikumar <[EMAIL PROTECTED]> wrote: > hi !!! > please tell me how to do the following > procedures in rh 7.1: > 1. what command do i give to open a file, say, > editor (gedit ) in a command prompt window ? > > 2. what command do i give for editing a particular > file ( say etc/lilo.conf ) ? > > 3. what command do i give to save a file ? > > 4. what command do i give to close a file ? > > 5. what command do i give to run a file ? > > important information : user level--rank novice !!! > thanking you all in advance > Sashi >
With out X window started u cannot use gedit or any other x win based editors. if ur in command mode use: vi /etc/lilo.conf press esc and ':' and give wq for saving and quitting. esc and ':' and q only for qutting. if u do not want to save file give q!. if u dont want vi u can use pico, or emacs. to get help use "man command name" or "info command name" __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com
