Comment by paulddraper
9 hours ago
> I wouldn't expect this to be something that transfers between machines
Maybe non-UNIX machines I suppose.
But I 100% need executable files to be executable.
9 hours ago
> I wouldn't expect this to be something that transfers between machines
Maybe non-UNIX machines I suppose.
But I 100% need executable files to be executable.
Honestly, sometimes I just want to mark all files on a Linux system as executable and see what would even break and why. Seriously, why is there a whole bit for something that's essentially an 'read permission, but you can also directly execute it from the shell'?
It’s a security thing, in conjunction with sudoers, I think.
Do you also want the setuid bit I added?