What are the correct permissions required for the /tmp and /var/tmp directories? Answer The /tmp and /var/tmp directories requires special permissions. This directory has Sticky Bit permissions. Many applications will show errors or fail if they are not able to write to /tmp with the appropriate permissions. # ls -ld /tmp drwxrwxrwt 21 root root […]