One Quickie


Finding suid executables (Unix->General)
To find setuid executables, run

% find . -type f -perm +06000 -print

(or use find / to start looking from the root directory.)



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com