LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   editing config files.. embarassingly basic question (https://www.linuxquestions.org/questions/linux-newbie-8/editing-config-files-embarassingly-basic-question-128193/)

adhara 12-22-2003 05:21 PM

editing config files.. embarassingly basic question
 
very basic newbish question..

how do i access config files to edit them?

Peacedog 12-22-2003 05:29 PM

most of your conf files are in /etc, and, you'll need to be root to edit them.
good luck.

Skyline 12-22-2003 05:35 PM

....... adding to that - su to Root user in an xterm then the general form is

editor path_to_configfile

jdruin 12-23-2003 07:27 AM

Just in case you mean what to use to edit, some easier editors to use are:

pico
nano

and more traditional ones but more difficult at first are:

vi
emacs

Like Skyline said, the format at the command line using pico as an example would be:

>>pico <filename>

where >> is a prompt (dont type it) and <filename> is the pathname, fully qualified if neccesary.


All times are GMT -5. The time now is 08:14 PM.