Giving full read+write permissions to a folder by all users and apps
Allows delete, write and edit all files in a particular folder:
chmod -R 777 <desired folder>
Allows delete, write and edit all files in a particular folder:
chmod -R 777 <desired folder>