When a setuid program is run, are the permission bits for the owner technically rwx?
I was thinking that the first three permission bits were for the owner but thinking on it more if they were ---, this wouldn't make sense as a setUID program.
My understanding is the first three bits are for the user (i.e. the one currently logged in). Is this correct?