O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
If you want to monitor a running system in real time, and view things
like physical memory and CPU information, or identify drives, read the /proc virtual
filesystem. Use only cat to...