- /dev
-
- /proc
-
- "Processes as Files"
- /proc/PID könyvtárak
-
- rendszerszintű információk
-
- /proc/cmdline, giving the boot options
passed to the kernel
- /proc/cpuinfo, CPU
information
- /proc/diskstats, disk
statistics
- /proc/interrupts, /proc/iomem,
/proc/ioports and the directory /proc/irq
- /proc/meminfo, containing a summary of
how the kernel is managing its memory.
- /proc/net, a directory about the
network stack
- /proc/partitions, a list of existing
partitions
- /proc/scsi, giving information about
any devices connected via a SCSI or RAID controller
- /proc/self, symbolic link
- /proc/swaps, a list of the active swap
partitions, their various sizes and priorities
- /proc/sys, directory, access to
dynamically-configurable kernel options
- /proc/uptime, the length of time the
kernel has been running since boot and spent in idle mode (both in
seconds)
- /proc/version, information on the
current Linux kernel
- egyéb
információk, részben a /sys-be költöztek
- hasznos parancsok
-
- http://en.wikipedia.org/wiki/Procfs
-
- /sys
-