The proc File System
- A Virtual File System
- Top-level Files within the
procFile System -
/proc/apm/proc/buddyinfo/proc/cmdline/proc/cpuinfo/proc/crypto/proc/devices/proc/dma/proc/execdomains/proc/fb/proc/filesystems/proc/interrupts/proc/iomem/proc/ioports/proc/kcore/proc/kmsg/proc/loadavg/proc/locks/proc/mdstat/proc/meminfo/proc/misc/proc/modules/proc/mounts/proc/mtrr/proc/partitions/proc/pci/proc/slabinfo/proc/stat/proc/swaps/proc/sysrq-trigger/proc/uptime/proc/version
- Directories within
/proc/ - Using the
sysctlCommand- Additional Resources
The Linux kernel has two primary functions: to control access to physical devices on the computer and to schedule when and how processes interact with these devices. The /proc/ directory - also called the proc file system - contains a hierarchy of special files which represent the current state of the kernel - allowing applications and users to peer into the kernel's view of the system.
Within the The This chapter outlines some of the files found in the /proc/ directory, one can find a wealth of information detailing the system hardware and any processes currently running. In addition, some of the files within the /proc/ directory tree can be manipulated by users and applications to communicate configuration changes to the kernel.
The
sysconfig Directory
/etc/sysconfig/ Directory
/etc/sysconfig/amd
/etc/sysconfig/apmd
/etc/sysconfig/arpwatch
/etc/sysconfig/authconfig
/etc/sysconfig/autofs
/etc/sysconfig/clock
/etc/sysconfig/desktop
/etc/sysconfig/dhcpd
/etc/sysconfig/exim
/etc/sysconfig/firstboot
/etc/sysconfig/gpm
/etc/sysconfig/hwconf
/etc/sysconfig/i18n
/etc/sysconfig/init
/etc/sysconfig/ip6tables-config
/etc/sysconfig/iptables-config
/etc/sysconfig/irda
/etc/sysconfig/keyboard
/etc/sysconfig/kudzu
/etc/sysconfig/named
/etc/sysconfig/network
/etc/sysconfig/nfs
/etc/sysconfig/ntpd
/etc/sysconfig/radvd
/etc/sysconfig/samba
/etc/sysconfig/selinux
/etc/sysconfig/sendmail
/etc/sysconfig/spamassassin
/etc/sysconfig/squid
/etc/sysconfig/system-config-securitylevel
/etc/sysconfig/system-config-selinux
/etc/sysconfig/system-config-users
/etc/sysconfig/system-logviewer
/etc/sysconfig/tux
/etc/sysconfig/vncservers
/etc/sysconfig/xinetd/etc/sysconfig/ Directory
/etc/sysconfig/ directory contains a variety of system configuration files for Community Enterprise Linux.
/etc/sysconfig/ directory, their function, and their contents. The information in this chapter is not intended to be complete, as many of these files have a variety of options that are only used in very specific or rare circumstances.