I installed XAMPP but I need to edit folders and files in there. I did the following
groupadd lampp
usermod -a -G lampp kyle
chown -R root:www-pub /var/www
chmod 2775 /opt/lampp
find /var/www -type d -exec chmod 2775 {} +
find /var/www -type f -exec chmod 0664 {} +
(Above code from here) So ya, I logged out then back in and nothing changed. So ya any help would be awesome Thanks - FRED