how can i change permissions in /var/www/html/

jojolafrite

Verified User
Joined
Sep 19, 2014
Messages
53
Hi,

For some reasons at /var/www/html/phpMyAdmin, my owner and group switched to root:root
However, it should be webapps:webapps. Now, phpmyadmin is not available.
I have tried to do a chown webapps:webapps /var/www/html/phpMyAdmin while logged as root but it does not work. The user:group remains the same root:root

If someone can help...

thank you.
 
Hi,
I have found how to recover the ownership of the symbolic link (alias) directory phpmyadmin
After reaching the directory, i typed in SSH

chown -h webapps:webapps phpMyAdmin
 
Back
Top