peterwn wrote:
>>
>> Opening regedit is no different to editing a conf file, and how many
>> linux how-tos tell you to do that?
>
> Extremely different. The registry hives are large, complex and have
> no facilities for embedded documentation. Much of it consists of
> arcane codings for which there is no published documentation. There
> is no explicit 'save' function - it 'saves' as it goes.
>
The registry hives are databases, and use a simple key/value structure.
What's arcane about that? However, registry hives are not designed for
direct access - what database is? If fixes are required (eg to remove an
Antivirus program such as Norton AV) this is because the program does
not maintain the database properly, and in general instructions are
given in detail. The end user should not fiddle with the registry.
>
> A conf file is small 'flat' and simple. It is possible to include
> comment lines. The 'sample' ones for Samba and Grub for example are
> extensively commented so they virtually are built-in 'howto's'. There
> is generally extensive applications documentation explaining the
> operation of the conf files associated with applications - eg Apache
> which has a very extensive conf system with multiple configuration
> files.
>
Yes and they are all different in format. Apache doesn't use '=' to
separate the variable from the value. Samba doesn't (I believe). Grub
has a syntax which is truly arcane (eg hd(0,0) for a hard disk). In file
comments are fine, but they don't show all the options. You have to
search elsewhere for that. Conf files could reside almost anywhere - on
Debian the exim conf files lives in /var/lib/exim of all places.
The end user should not fiddle with the conf files, but often has to. To
do so he has to a) find it, b) figure out the often bizarre syntax (eg
the BNR format used in sudoers), c) figure out what the parameter values
are available and appropriate, d) debug the weird and cryptic error
messages if something goes wrong.
They are about the same. I've used both.
Cheers,
Cliff
--
Tax is not theft.
|