A users account have been hacked on one of my servers, where the hacker have started some spam binaries. Before I kill the processes would I like to make a copy of them, but when I
tar czf 30333.tar.gz /proc/30333
all files are empty.
Question
How do I make a copy of /proc/30333
?