- /proc/cmdline – file has the parameters passed to the kernel while the system boots-up.
- /proc/kcore – This file represents the physical memory of the system and is stored in the core file format. The size of this file is equal to the size of the physical memory (RAM) used plus 4 KB.
- /proc/filesystems – This file displays a list of the file system types currently supported by the kernel.
- /proc/kmsg – This file is used to hold messages generated by the kernel. These messages are then picked up by other programs, such as /sbin/klogd or /bin/dmesg.
- /proc/stat – This file keeps track of a variety of different statistics about the system since it was last restarted.

Related Posts
Useful AIX tips
Display paging space details # lsps -aPage Space Physical Volume Volume Group Size %Used Active Auto Typehd6 hdisk1 …
Netapp – Linux iscsi setup
A quick guide to setup IP SAN using Linux-Netapp-iscsi. On Linux server : Install iSCSI initiator (iscsi-initiator-utils rpm)…
Tuning Netapp snapmirror/snapvault speed
In Netapp, there is a option to set/limit bandwidth of all snapmirror and snapvault transfers. The option can…