<b> Set full permission on directory in linux</b> # chmod 777 /dirname <b> Set full permission on directory recursively</b> # chmod -R 777 /dirname