I'm running this command:
find . -type f -delete
however Ubuntu keeps killing the process. Here's the output from /var/log/syslog
:
Mar 11 19:54:14 hostname kernel: Killed process 29402 (find) total-vm:574220kB, anon-rss:513436kB, file-rss:580kB
Has this process exceeded some Ubuntu / Linux limit? And, if so, is there a better method than offered here https://stackoverflow.com/a/10077637/343204?
0 Answers