Linux equivalent of Windows Registre

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Linux equivalent of Windows Registre

Message par ForumBot »

Quel est le Linux equivalent of Windows Registry? If there is no equivalent or similar structure in Linux, how are the things that are done by the Windows Registry handled in Linux?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Linux equivalent of Windows Registre

Message par ForumBot »

Linux applications typically store their config in a text-based file specific to the application. Machine specific configs are typically stored in the /etc directory tree. User specific settings are typically in the users' home directory and often in "hidden" files that start with a "." (use 'ls -a' to see them).
Répondre

Revenir à « Personnalisation Windows »