I would like to know how to change permissions for all my files. I don't understand why some come with ''read'' only... I'm the only one that uses the PC, so the max permissions would be good!
I ran the command chmod go+r *
But just made everything readable only...
Help guys? I want to read, write and execute all my files.
sudo chown -R youruser yourdirectory
to change permission. – Muhammad Sholihin Mar 08 '13 at 03:21