Study the following commands;
$ ls -l /proc/version
$ cat /proc/version
$ man 5 proc
$ cat /proc/cpuinfo
$ strings -f /proc/[0-9]*/cmdline
$ cat /proc/version
$ cat /proc/sys/kernel/ostype
$ cat /proc/sys/kernel/osrelease
$ cat /proc/sys/kernel/version
$ cat /proc/meminfo
$ cat /proc/ide/ide?/hd?/media
$ cat /proc/ide/ide?/hd?/model
$ cat /proc/scsi/scsi
$ cat /proc/sys/dev/cdrom/info
$ cat /proc/uptime
$ cat /proc/devices
$ cat /proc/pci
$ cat /proc/dma
$ cat /proc/interrupts
$ cat /proc/ioports
$ cat /proc/net
$ cat /proc/kmsg
$ cat /proc/ksyms
$ cat /proc/modules
$ cat /proc/filesystems
$ cat /proc/partitions
$ cat /proc/mounts
$ cat /proc/loadavg
$ cat /proc/uptime
Which ones of these commands are for the process information, the hardware information and for the system statistics? These are not the all and try to see as much as possible entries in /proc file system.