This is one way to start getting a list, for whatever use it may have:
bash# find / -type f -u root -perm 750 -print
--Randy
On Wednesday, December 11, 2002, at 10:09 PM, Warren Sypteras wrote:
Well one way to find out is by using the find command to print out
files
that have root execute permission only. That's gonna be a big list.
You could also browse through section 8 of the man pages which
typically
contain admin commands. It won't list all root commands but it
probably
covers most of what you're looking for.
Warren
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list