Quote:
Originally Posted by Skillz
How do I remove the noexec from the tmp directory, temporarily?
|
Assuming that you have a separate tmp partition (how else would it be mounted noexec), this ought to work: "mount -o remount,exec /tmp". To reenable noexec, use the same command with, well..., noexec.