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 {} \;

CVS tunnel via CLI SSH

/usr/bin/ssh -v -a -L 2401:localhost:2401  cvsnobody@ns2.cyterm.com