df |
Shows the amount of free
disk space (in 1K blocks) on each mounted
filesystem. |
du |
Shows the amount of disk
space (in 1K blocks) used by the working directory
and its subdirectories. |
free |
Shows memory usage
statistics, including total free memory, memory
used, physical memory, swap memory, shared memory,
and buffers used by the kernel. |
ps |
Shows the active processes
(instances of running programs) associated with
this login session. Use the
-a
option to list all processes. |
top |
Shows a continually
updated display of active processes, and the resources they are using. Type the q
key to exit. |
uptime |
Shows the current time,
the amount of time logged in, the number of users
logged in, and system load
averages. |
users |
Shows each login
session. |
w |
Shows a summary of system
usage, currently logged-in users, and active
processes. |
who |
Shows the names of users
currently logged in, the terminal each is using,
the time each has been logged in, and the name of
the host from which each logged in (if
any). |