Re: Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry? ["Followup-To:" header set to comp.unix.bsd.netbsd.misc.]
On 2008-02-03, Max Power <mikehack@washington.edu> wrote:
>
> Has any form of UNIX (ignoring POSTIX compliant OS's that have an internal
> structure unrelated to Linix / BSD / Mach / ... like OS2 / etc..) ever had
> any kind of registry (for the core OS, not the applications; system daemons
> may be tracked by such a structure -- but not user daemons)?
Define registry.
Sysctl comes close:
- You can make settings changes to the system,
- read values from the system
- is is hierarchical.
- however it is not persistent, but built up from a script or config file.
OTOH, if you would allow only an editor for the config (that sets both
config and sysctl state) it would be pretty equivalent. |