Make the current user own everything inside the folder (and the folder itself):
If you also want to change the group using the same user, you can:
bash
sudo chown -R $USER ~/.blablaIf you also want to change the group using the same user, you can:
bash
sudo chown -R $USER:$USER ~/.blablalinux-command/chown.md