Group: comp.os.linux.setup


Subject: Where is configuration files generally?
From: et472@FreeNet.Carleton.CA (Michael Black)
Date: 11/10/2007 2:23:21 AM
lo1l (lo1l@localhost.localdomain) writes: > I wanna know where is configuration files generally. > Any have a idea? Start at / and look through those top level directories. Look inside the files in them, go through the different layers of subdirectories. Soon it will become apparent where the cnfig files are generally kept. You will also get a good grasp of how things are layed out in a Linux system, enough to set the stage for the book you really ought to be reading. Also look up the purpose of "locate", because then you could think of a program you commonly use, look it up, and find where its associated files go. That would then give a clue to where the config files are, because the specific points to the general. Learning to use the man pages is also terribly useful. Michael

Subject: Where is configuration files generally?
From: Butcherknife
Date: 11/10/2007 5:08:01 PM
On 2007-11-10, lo1l <lo1l@localhost.localdomain> wrote: > I wanna know where is configuration files generally. > Any have a idea? /home and /etc generally -- Lop some Boogie

Subject: Where is configuration files generally?
From: John Thompson
Date: 11/10/2007 7:26:46 PM
On 2007-11-10, lo1l <lo1l@localhost.localdomain> wrote: > I wanna know where is configuration files generally. > Any have a idea? Global config files are generally in /etc or /usr/local/etc. User config files are in ~/.[whatever] -- John (john@os2.dhs.org)

Subject: Where is configuration files generally?
From: Unruh
Date: 11/11/2007 7:05:23 PM
John Thompson <john@vector.os2.dhs.org> writes: >On 2007-11-10, lo1l <lo1l@localhost.localdomain> wrote: >> I wanna know where is configuration files generally. >> Any have a idea? It is a very bad question, because they can be anywhere. As he says, "generally" in Linux they are in /etc, but there are also some in /usr/share/<nameofprogram> or in /var/lib or even in /usr/lib/<nameofprogram> >Global config files are generally in /etc or /usr/local/etc. User config >files are in ~/.[whatever] >-- >John (john@os2.dhs.org)

Subject: Where is configuration files generally?
From: Durduran
Date: 11/12/2007 5:29:06 PM
> Timothy Murphy writes: >> Linux puts config files all over the place. Linux per se does not but various applications that run on Linux do, and most are user-configurable.