147k views
1 vote
Why are user application configuration files saved in the user’s home directory and not under /etc with all the other system-wide configuration files? ____________________________________________________________________________________

User Nacross
by
5.9k points

1 Answer

2 votes

Step-by-step explanation:

The main reason why is because regular users don't have permission to write to /etc. Assuming this is Linux, it is a multi-user operating system. Meaning if there are user-application configuration files within /etc, it would prevent users from being able to customize their applications.

User Scott Roberts
by
5.8k points