20091110 Too many open files
I am doing something that requires manipulating a lot of files, and I fell in the classical too many open files error trap. A way of finding out which files are being used by a process is to type ps -ax in a terminal, then identify the guilty process and its PID. Let’s imagine its [...]