Users are unable to execute the script, even though it has the correct permissions.
Posted on Tue 19 September 2023 in misc
/etc/fstab
If you ever unable to execute a script even you already have permessions and enabled execution on the script.
$ mount | grep noexec
$ nano /etc/fstab
$ # remove no exec from the dir
$ mount -o remount /home