Archive for » July 24th, 2009«

How to check world-writable files on Server?

You can check the world-writable files on your Server by using the following command from shell.

admin@root# find / -perm -2 ! -type l -ls

Category: Linux Permissions  Comments off