Difference between revisions of "System information"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk (→Uptime) |
||
Line 32: | Line 32: | ||
== Uptime == | == Uptime == | ||
uptime | uptime | ||
+ | |||
+ | == Mounts == | ||
+ | * [[mount]] | ||
= How much capacity is left? = | = How much capacity is left? = |
Revision as of 04:49, 2 October 2010
Contents
What hardware do I have?
All hardware
hwinfo --all
processor
hwinfo --cpu
What is happening on my hardware?
Kernel Information
Running kernel
uname -r
all kernel information
uname -a
Drivers
- list all device drivers (kernel modules)
lsmod
Distribution
See find out your distribution.
System log
cat /var/log/messages
or
dmesg
Network
Network connections:
netstat -putan
Uptime
uptime
Mounts
How much capacity is left?
System load
Memory
hard disk
- Free harddisk space
df -h
- du -csh