sudo chmod -R 777 /var/DirectoryName
sudo chmod -R a+rwx path/directory
sudo chmod -R 777 DirectoryName
chmod -R a+rwx path
only change the no(like 777,775 etc) according to your need
current scenior i am giving full permission to file/sub-directories
chmod -R 777 your_directory_name