Page 1 of 1

change owner of xampp

PostPosted: 16. May 2008 09:30
by beheretxea
Hi,

two questions, please

- why do I have to use the user root to install XAMPP ?

- after install of XAMPP, can I change the owner with chown (for example ...) ?

Thanks,

Philippe

PostPosted: 16. May 2008 14:32
by Nobbie
>- why do I have to use the user root to install XAMPP ?

Because usually folder /opt is not writable for normal users.

>- after install of XAMPP, can I change the owner with chown (for example ...) ?


chown otheruser /opt/xampp

or

chown -R otheruser /opt/xampp


Option -R mean recursive chmod, so xampp and all subfolder und files are changed.