Remount /tmp with exec permission

There are times where you may need to have exec permission available for the /tmp folder. This can be updated via the following commands:


mount -o remount,exec /tmp


Once exec usage is complete run the following:

mount -o remount /tmp



  • 155 Users Found This Useful

Was this answer helpful?

Related Articles

Manually Clear from Console / Command Line cPanel Exim Mail Queue

To clear the cPanel exim mail queue quickly from a command line / shell use the following...

E Sysup: Needed system RPMs were not installed: yum-utils

When encountering the following:E Sysup: Needed system RPMs were not installed: yum-utils*****...

yum-utils not installed or found on Centos5 64-bit

When yum-utils is not installed or found on Centos5 64-bit the following commands may be used:...

Nginx redirecting folder to another host or server

From time to time you may want to proxy out a path to another server or location. To perform a...

ModSecurity: collection_store: Failed to access DBM file /var/cpanel/secdatadir/ip: Permission denied

The error Failed to access DBM file /var/cpanel/secdatadir/ip: Permission denied can occur on...