remount /tmp to make it executable by issuing the following command:
# mount -o remount,exec /tmp
Once you’re done, set /tmp back to noexec:
# mount -o remount,noexec /tmp
# mount -o remount,exec /tmp
Once you’re done, set /tmp back to noexec:
# mount -o remount,noexec /tmp
No comments:
Post a Comment