I run CentOS 4.4 on my dedicated server and I'm trying to remove "noexec,nosuid" from my /tmp parition temporarily so I can install FFMPEG.
I've ran "chmod 1777 /tmp" and removed these flags from my /etc/fstab file, but it doesn't work.
When running "mount", it returns (I've left out all that's not related to tmp):
My provider assumes it's cPanel that is blocking the process of changing the permissions, so I wonder if anybody knows is this is true and how I'm supposed to get around it?
Any help would be extremely appreciated.
I've ran "chmod 1777 /tmp" and removed these flags from my /etc/fstab file, but it doesn't work.
When running "mount", it returns (I've left out all that's not related to tmp):
Code:
/dev/hda7 on /tmp type ext3 (rw,noexec,nosuid)
/tmp on /var/tmp type none (rw,noexec,nosuid,bind)
Any help would be extremely appreciated.