diff options
-rw-r--r-- | etc/daily | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ cd /tmp # with -exec rm -f as root. This can be exploited to delete any file # on the system. # -#find / ! \( -fstype local -o -fstype rdonly \) -a -prune -o \ +#find / \( ! -fstype local -o -fstype rdonly \) -a -prune -o \ # \( -name '[#,]*' -o -name '.#*' -o -name a.out -o -name '*.core' \ # -o -name '*.CKP' -o -name '.emacs_[0-9]*' \) \ # -a -atime +3 -exec rm -f -- {} \; |