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