U
Unknown
Like I said just a different name.
Yousuf Khan said:Look up Unix, there's no registry in there. Macintosh OS X and Linux are
both types of Unixes. You are right that every operating system needs
something to maintain configuration info. In Unix, global configuration
info is kept in the "/etc" directory, and they are kept in the form of
editable text files. User-based configuration info is kept in each user's
home directory. And Application-based configuration info is kept in the
applications' base directories. Everything is kept localized, there's no
all-encompassing global registry for everything, from the OS, to the
users, to the applications. Makes it easier to fix problems and also makes
it easier to migrate applications from one machine to another.
Yousuf Khan