how to make a user the owner of a folder in ubuntu 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