Operating System - HP-UX
1752794 Members
5661 Online
108789 Solutions
New Discussion

World writable files on UNIX

 
Venkatesh_16
Respected Contributor

World writable files on UNIX

Hi there,

We have two requirements:

1. Script that enumerates World Writable files on UNIX flavors -- are there scripts or tools that can accomplish this? Script should be able to scan servers in batches when executed from a central master server.

2. A standard, like a policy, which discusses from High-Level (executive) down to technical details on what the best-practices are around World Writable drives.

Thanks,
V
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: World writable files on UNIX

>1. Script that enumerates World Writable files on UNIX flavors

You could use find on each server:
find / -perm -o+w