owner of a file/folder that root owns code example
Example: How can I become the owner of a file/folder that root owns?
sudo chown -R $USER:$USER Pictures and type your normal user password.
Pictures is Dir. name
sudo chown -R $USER:$USER Pictures and type your normal user password.
Pictures is Dir. name