bash set owner of a directory code example
Example 1: ubuntu change directory owner
sudo chown -R $USER ~/.blabla
Example 2: add owner linux
# chown new-owner filename
sudo chown -R $USER ~/.blabla
# chown new-owner filename