Skip to content
Knowledge Base

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:

Updated 1 min readLinux Command

bash
sudo chown -R $USER ~/.blabla

If you also want to change the group using the same user, you can:

bash
sudo chown -R $USER:$USER ~/.blabla
linux-command/chown.md