Finding group/world writable files and directories in Linux
find / -type f \( -perm -2 -o -perm -20 \) -exec ls -lg {} \; |
find / -type f \( -perm -2 -o -perm -20 \) -exec ls -lg {} \; |
/usr/bin/ssh -v -a -L 2401:localhost:2401 cvsnobody@ns2.cyterm.com |