Code:
sudo chown -R
Will change the ownership of /folders/files to the user
Code:
sudo chmod -R 777 /folders/files
Will change the modes of access (permissions) of /folders/files to read/write/execute for everyone.
Sort of technology related, but other stuff too