linux change the permission of a folder oenrt code example
Example 1: take ownership directory linux
sudo chown -R $USER ~/.blabla
Example 2: change owner of all the files from a directory linux
chown -R username:group directory
sudo chown -R $USER ~/.blabla
chown -R username:group directory