http://seclists.org/bugtraq/1996/May/0046.html
예를들어,
# Remove /tmp files not accessed in 10 days # I commented out this line because I tend to "store" stuff in /tmp # 41 02 * * * root find /tmp/* -atime +10 -exec rm -f {} \; 2> /dev/null
는 /tmp/etc/passwd로 링크를 건 파일하나 생성하는 것으로 /etc/passwd를 삭제하는데 악용될 수 있다.