Have a quick question. Please see the below line
ls -al -rws---r-x 1 root root 21872 2009-10-13 21:06 prg1 Compared to this
-rwx---r-x 1 root root 21872 2009-10-13 21:06 prg2 That first line applies that any one could get the elevated rights and do a Sudo prg1 means that an arbitrary user could get the same program execution rights as the root on prg1 and not prg2? I mean with the s "flag" set on the first program.
Sorry if not explained properly but am new to the Unix enviroment.