Linux CLI - File Permissions and Ownership
You set the setuid bit on a script using
chmod u+s script.sh, but it doesn't run with owner permissions. What is the likely problem?