| Command |
Description |
|
# watch -n1 'cat /proc/interrupts' |
display interrupts in real-time [man] |
|
# wget -r www.example.com |
download an entire web site [man] |
|
# wget -c www.example.com/file.iso |
download a file with the ability to stop the download and resume later [man] |
|
# echo 'wget -c www.example.com/files.iso' | at 09:00 |
start a download at any given time [man] |
|
# whatis ...keyword |
displays description of what a program does [man] |
|
# whereis halt |
show location of a binary file, source or man [man] |
|
# which halt |
show full path to a binary / executable [man] |
|
# who -a |
show who is logged on, and print: time of last system boot, dead processes, system login processes, active processes spawned by init, current runlevel, last system clock change [man] |
|
# whois www.example.com |
lookup on Whois database [man] |