brain/src/ops/shelltips.md
Wilfried OLLIVIER 3fec06c11c Add shell tips
2018-01-17 15:47:55 +01:00

167 B

Shell Tips

Find stuff eating all SWAP (kudos gardouille)

find /proc -maxdepth 2 -type f -iname status -exec grep -HR VmSwap {} \; | grep -v " 0 kB"