set owner of directory linux code example
Example 1: take ownership directory linux
sudo chown -R $USER ~/.blabla
Example 2: change user linuxcommand ch
chown USER:GROUP FILE
Change the user and grop for an entire folder:
chown -R USER:GROUP FILE