inicio mail me! sindicaci;ón

Finding group/world writable files and directories in Linux

find / -type f \( -perm -2 -o -perm -20 \) -exec ls -lg {} \;

Leave a Comment