Geert Poels wrote: > hello, > > Is there a possibility to share the same folder for two users ? > Suppose as root you have your root and a user account. > How can Mozilla be configured/tricked to point at only one folder ? > > Thanks, > > Geert >
as root mv /root/.mozilla /root/.mozilla_old ln -s /home/theuser/.mozilla /root like that?
