Add basically a hint to a useful file in `/proc`

pull/99/head
terminalforlife 4 years ago
parent 489af58ee9
commit beb310e2ae

@ -12,3 +12,6 @@ cat /proc/<pid>/status
# See every file the process has open
ls -l /proc/<pid>/fd
# Display some useful memory statistics, often used by programs like htop(1).
cat /proc/meminfo

Loading…
Cancel
Save