- cpuinfo: Typ, Taktrate, Geschwindigkeit
szi@stefan-ziegler:/proc > cat cpuinfo
processor : 0
vendor_id : AuthenticAMD ;Hersteller
cpu family : 5 ;586
model : 8
Model name : AMD-K6(tm) 3D processor ;Name
stepping : 12
cpu MHz : 350.793992 ;Taktrate
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : no ;z.B. beim Pentium
fpu : yes ;Gleitkomma-Koprozessor
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr mce cx8 sep pge mmx 3dnow
bogomips : 699.60
- filesystems: unterstützte Dateisysteme
szi@stefan-ziegler:/proc > cat filesystems
ext2
minix
umsdos
msdos
vfat
nodev proc
nodev nfs
iso9660
hpfs
nodev devpts
- meminfo: Speicher- und Swap-Belegung
- partitions: Festplatten und deren Partitionen
- /proc/sys/fs: Änderbare Einstellungen zum VFS
szi@stefan-ziegler:/proc/sys/fs > ls
dentry-state dquot-nr file-nr inode-nr super-max
dquot-max file-max inode-max inode-state super-nr
szi@stefan-ziegler:/proc/sys/fs > ls -l file-max
-rw-r--r-- 1 root root 0 Jan 17 03:52 file-max
stefan-ziegler:/proc/sys/fs > echo 8192 > file-max