> Maybe something like this: > > $ mkdir procnet > $ tar cf - /proc/net/*|(cd procnet;tar xvf -) Did you try that? tar doesn't work for me, neither cp -r, or other obvious things. A lot of those utils try to memory map the file, or other things like check the size (always zero for /proc). cat works.