It is standard practice in a multi-user unix/linux systems to write setting to "$HOME/.{app_name}/"
For example:
If you are running as "root"(like the gp2x), and you start an app called "car", it will write its "settings" to "/root/.car/settings".
If you are running as "my_user", and you start...