cp copy cp [options] source destination One of my favorite tricks for this (under Linux) is to find out the PID of the cp process (using ps | grep cp or similar), and then to look in /proc/$PID/fd/ and /proc/$PID/fdinfo/. $ cp -r y z ^Z $ ls -l /proc/8614/fd lrwx—— 1 jander Full Article…
Viewing 1 item