| ps -auxw |
Current processes. |
| cat /proc/meminfo |
Information about memory. |
| cat /proc/loadavg |
Averages load of the system in the last minutes. |
| cat /proc/uptime |
Time and idle since the system start in seconds. |
| cat /proc/scsi/scsi |
Information about SCSI devices. |
| fdisk -l |
Display the detected partitions of hard disks. |
| lsmod |
Information about loaded modules. Modules extended the kernel. |
| cat /dev/sndstat |
Information about the sound device. |
| cat /etc/inittab |
Display the file /etc/inittab. This file contains the start procedures. |
| ls -R /bin /usr/bin |
Display the content of the directories /bin and /usr/bin. Here are the general Unix commands. ls -R display the sub directories too. |
| ifconfig |
Display the network interfaces, for example loopback (lo), network cards (eth). |
| route -n |
Display every route |
| ipfwadm -l -I |
Display the incoming filter rules |
| ipfwadm -l -O |
Display the outgoing filter rules |
| ipfwadm -l -F |
Display the forwarding rules |
| ipfwadm -l -A |
Display the accounting rules |
| hostname |
Display the hostname |
| cat /etc/hosts |
Display the file /etc/hosts. |
| cat /etc/resolv.conf |
Display the file /etc/resolv.conf (Nameserver) |
| cat /etc/services |
Display the file /etc/services (Services). |