| Comando |
Descrizione |
|
# watch -n1 'cat /proc/interrupts' |
mostra gli interrupts in tempo reale [man] |
|
# wget -r www.example.com |
scaricare un sito intero [man] |
|
# wget -c www.example.com/file.iso |
scaricare un file con la possibilità di arrestare il download e riprenderlo successivamente [man] |
|
# echo 'wget -c www.example.com/files.iso' | at 09:00 |
iniziare un download ad una determinata ora [man] |
|
# whatis ...keyword |
mostra le informazioni su quello che un dato programma fa [man] |
|
# whereis halt |
visualizzare la locazione di un file binario,sorgente o man [man] |
|
# which halt |
visualizzare il path completo di un file binario/eseguibile [man] |
|
# who -a |
mostra gli utenti loggati in maniera dettagliata [man] |
|
# whois www.example.com |
lookup sul database Whois per ottenere informazioni sul dominio/hosts [man] |