linux change folder to not need root code example
Example 1: take ownership directory linux
sudo chown -R $USER ~/.blabla
Example 2: how to change permissions on a file in linux
sudo chmod -R ugo+rwx /file/path
sudo chown -R $USER ~/.blabla
sudo chmod -R ugo+rwx /file/path