[SunHELP] Looking for a script

Doug McLaren sunhelp at sunhelp.org
Fri May 25 15:55:10 CDT 2001


On Fri, May 25, 2001 at 03:37:59PM -0400, R. Smith wrote:

| Im looking for a Solaris script that will recursively search for all world 
| writable directories (drwxrwxrwx) without a sticky bit set .  I wonder if 

A script isn't needed -- the find command can do this.
   find / -type d -perm -0002 '!' -perm -1000

for more info, `man find'.

-- 
Doug McLaren, dougmc at frenzy.com           Aren't you glad that cows don't fly?



More information about the SunHELP mailing list