Subj : chmod 2711 not excutable under linux To : comp.unix.solaris, comp.os.linux From : susana73 Date : Mon Dec 20 2004 04:04 pm I have a script that is chmod 2711 (-rwx--s--x) so that it's excutable for group and user but NOT readable by them. It works perfectly on Solaris 8 for years. However, now I run the same file on Linux it does not work. It returns with permission denied. Can anyone please help? % ./script.sh ../script.sh: Permission denied. It's just a simple shell script. The OS is SuSE Linux 9.1. .