/dev/shm

fastsvc

Verified User
Joined
Apr 12, 2009
Messages
21
almost all articles in here talk about /tmp i guess what i am looking to fix is /dev/shm,but when i type /dev/shm in the search box the articales talk about /tmp.

here is the error that i am getting:
/dev/shm is not mounted with the noexec,nosuid options (currently: none). You should modify the mountpoint in /etc/fstab for /dev/shm with those options and remount


does anyone know how to fix this?
thank you!!!!
 
Edit '/etc/fstab' and change the line of 'tmpfs...' to:

Code:
tmpfs    /dev/shm    tmpfs   defaults,noexec,nosuid        0 0

After change do a re-mount and you are done.

Hope this help
 
Back
Top