ps -axuилиps -axuf (ввиде красивого дерева)free -m
man kill
ps -axuf > /tmp/ps.logfree -m > /tmp/free.log
total used free shared buffers cachedMem: 16079 15708 371 0 444 12183-/+ buffers/cache: 3080 12999Swap: 0 0 0
cd $TARGET; find . -type f -print0 | xargs -0 rm; cd ..; rmdir $TARGET
cd $TARGET; find . -type f -print0 | xargs -0 rm; find . -type -d -print0 | xargs -0 rmdir; cd ..; rmdir $TARGET