change ownership of a folder in linux code example
Example 1: change owner directory linux
sudo chown -R username:group directory
Example 2: take ownership directory linux
sudo chown -R $USER ~/.blabla
Example 3: change the permissions of a folder in linux
sudo chmod -R 757 <file>