Abbondonare la sessione
Abilitare temporaneamente il routing
Aggiornare il bootloader GRUB
Aggiornare la Distribuzione di Linux
Aggiornare la lista dei pacchetti disponibili
Aggiornare tutti i pacchetti installati
Aggiungere i permessi di esecuzione ad un
file
Aggiungere un utente ai sudoers
Aggiungere un utente al sistema
Aprire l'unità CD/DVD
Attivare il firewall
Attivare un’interfaccia di rete
Attivare una partizione di swap
Avviare una macchina virtuale con
un’immagine ISO caricata all’avvio
Avviare una sessione grafica
Avviare una sessione grafica tramite ssh
Quit the session
Enable temporarily routing
Upgrade the GRUB bootloader
Upgrade the Linux Distribution
Upgrade the list of available packs
Upgrade all the installed packs
Add the execution permissions to a file
logout
sysctl -w net.ipv4.ip_forward=1
update-grub2
sudo apt-get dist-upgrade
sudo apt-get update
sudo apt-get upgrade
chmod +x filename
Add a user to the sudoers
Add a user to the system
Open the CD/DVD drive
Enable the firewall
Enable a network interface
Enable a swap partition
Start a virtual machine with ISO image loaded
at the boot
Start a graphic session
Run a graphic session via ssh
visudo
adduser user group home_directory
eject
ufw enable
ifup ethX
swapon /dev/hdXX
kvm -cdrom ISOimage.iso -m 512
Cambiare i parametri di default del kernel
Cambiare il gruppo proprietario di tutti i file
contenuti in una directory
Cambiare il gruppo proprietario di un file
Cambiare il nome del file
Cambiare il proprietario di tutti i file di una
directory
Cambiare l’impostazione della tastiera
Change the default parameters of the kernel
Change the proprietary group of all the files in
a directory
Change the proprietary group of a file
Change the filename
Change the proprietary of all the files in a
directory
Change the setup of a keyboard
Cambiare la data dell’ultima modifica di un
file
Cambiare la directory corrente
Cambiare la lingua del sistema
Change the last modified date of a file
sudo dkpg-reconfigure keyboardconfiguration
touch -t CCYYMMDDhhmm.ss filename
Change the current directory
Change the language of the system
cd new_current_directory
dpkg-reconfigure locales
startx
xhost + on remote computer
ssh -X user@IP_address
sudo nano /etc/sysctl.conf
chgrp -R new_group directory/
chgrp new_group filename
mv old_filename new_filename
chown -R new_user directory/
1
xrandr --addmode monitor “h_pixelxv_pixel”
xrandr --output monitor --mode
“h_pixelxv_pixel” --refresh freq
chown new_user filename
shred filename
find . -ctime number_of_days -delete ;
Cambiare la risoluzione dello schermo
Change the screen resolution
Cambiare l'utente proprietario di un file
Cancellare definitivamente un file
Cancellare I files più vecchi di un certo
numero di giorni
Cancellare un account utente
Cancellare un CD-ROM riscrivibile
Change the proprietary user of a file
Delete definitely a file
Delete files older than an assigned number of
days
Delete a user account
Delete a rewriteable CD-ROM
Cancellazione sicura di un dispositivo
Cercare i file che appartengono ad un
gruppo
Cercare un pacchetto con le relative
informazioni
Chiudere l’unità CD/DVD
Chiudere la shell senza chiudere il
programma lanciato da terminale
Cifrare un file con GNU Privacy Guard
Classificare il tipo di file
Clonazione di uno schermo
Secure deletion of a device
Find files belonging to a group
userdel user
cdrecord -v gracetime=2 dev=/dev/cdrom eject blank=fast -force
dd if=/dev/zero of=/dev/device bs=4k
find / -group groupname
Find a pack with its info
apt-cache search package_name
Close the CD/DVD drive
Close the shell without quitting the program
entered by the terminal
Encode a file with GNU Privacy Guard
Classify a file type
Enable screen mirroring
eject -t
nohup program &
Comprimere con gzip tutti i file della
directory corrente
Comprimere tutti i file di una directory
Configura l’interfaccia di rete in modalità
sniffing
Configurare il default gateway
Configurare il firewall per bloccare il traffico
sulla porta “xx”
Configurare il firewall per bloccare l'indirizzo
IP “xxx.xxx.xxx.xxx”
Configurare il firewall per consentire il
traffico sulla porta “xx”
Compress all files in the current directory
with gzip
Compress all the files of a directory
Configure the network interface in sniffing
mode
Configure the default gateway
Configure the firewall to block the traffic on
the “xx” port
Configure the firewall to block the IP address
“xxx.xxx.xxx.xxx”
Configure the firewall to allow the traffic on
the “xx” port
gpg -c filename
file filename
xrandr --output monitor_1 --auto --output
monitor_2 --auto --same-as monitor_1
ls | xargs -p -l gzip
tar cvzf archive_name directory
ifconfig ethX promisc
route add -net 0/0 gw IP_address
ufw deny xx
ufw deny from xxx.xxx.xxx.xxx
ufw allow xx
2
ufw allow from xxx.xxx.xxx.xxx
Configurare il firewall per consentire
l'indirizzo IP “xxx.xxx.xxx.xxx”
Configurare il terminale
Configurare la rete
Configure the firewall to allow the IP address
“xxx.xxx.xxx.xxx”
Configure the terminal
Configure the network
Confrontare due file
Conoscere l’elenco dei files di una directory
Conoscere la directory corrente
Conoscere la risoluzione attuale dello
schermo
Conoscere la versione del kernel
Conoscere lo spazio disponibile su disco
Conoscere quali monitor sono collegati
Conoscere se il routing è abilitato
Conoscere se un pacchetto genera conflitti
Contare il numero di caratteri di un file
Contare il numero di linee di un file
Contare il numero di parole di un file
Convertire tutte le lettere maiuscole in
minuscole in un file
Convertire un file Postscript a PDF
Convertire un file di testo in formato HTML
Convertire un file di testo MS-DOS in
formato UNIX
Convertire un file di testo UNIX in formato
MS-DOS
Convertire un pacchetto Red-Hat in Debian
Copiare il contenuto di una directory su una
directory remota via ssh
Compare two files
Know the list of the files in a directory
Know the current directory
Know current display settings
setterm
route add -net IP_address netmask
255.255.0.0 gw gateway_addr
diff first_file second_file
ls
pwd
xrandr | grep current
Know the kernel version
Know the space available in a disk
Know which monitors are connected
Know if routing is enabled
Know if a package creates conflicts
Count the number of characters in a file
Count the number of lines in a file
Count the number of words in a file
Convert all upper case to lower case
characters in a file
Convert a Postscript file to PDF
Convert a text file in HTML format
Convert a MS-DOS a text file in UNIX format
uname –a
df -h
xrandr -q
cat /proc/sys/net/ipv4/ip_forward
aptitude why-not package_name
wc –m filename
wc –l filename
wc –w filename
cat old_file | tr "[:upper:]" "[:lower:]"
> new_file
ps2pdf filename
recode ..HTML < text_file.txt > page.html
dos2unix dos_file.txt unix_file.txt
Convert a UNIX text file in MS-DOS format
unix2dos dos_file.txt unix_file.txt
Convert a Red-Hat pack in Debian
Copy the content of a directory onto a
remote directory via ssh
Copiare manualmente un’ installazione
Linux in un’altra partizione
Copy manually a Linux installation in
another partition
sudo alien -k packagename.rpm
( cd locale_directory && tar c . ) | ssh C user@IP_address 'cd remote_directory &&
tar x -p'
mkdir /mnt/source
mkdir /mnt/target
mount -t auto /dev/sdxx /mnt/source
mount -t auto /dev/sdxx /mnt/target
cp -avf /mnt/source/* /mnt/target
3
scp -r source_file
user@domain:directory/target_file
cp filename target_directory
Copiare un file da un computer remoto
Copy a file from a remote computer
Copiare un file o una directory passati come
argomento
Copiare un floppy disk su un altro floppy
disk
Copy a file or a directory passed as an
argument
Copy a floppy disk onto another floppy disk
Correggere gli errori presenti su un disco
Creare un collegamento ad un file
Creare un file vuoto
Creare un filesystem di tipo linux su una
partizione
Creare un filesystem di tipo swap
Creare un nuovo gruppo di utenti
Creare una macro
Creare una nuova directory
Decomprimere un archivio TAR
Decomprimere un archivio TAR.BZ2
Decomprimere un archivio TAR.GZ
Decriptare un file con GNU Privacy Guard
Dimensiona le righe di un file ad una
larghezza n specificata
Disabilitare l’uscita video di un monitor
collegato
Disabilitare l'account di un utente
Disattivare il firewall
Disattivare un’interfaccia di rete
Disinstallazione di un pacchetto
Disinstallazione di un pacchetto e delle
dipendenze non utilizzate
Disinstallazione di un pacchetto ed
eliminazione dei files di configurazione
Dividere il terminale in x colonne
Dividere in archivi files grandi
Correct the faults in a disk
Create a link to a file
Create an empty file
Create a Linux-type filesystem in a partition
cp /dev/fdx floppy.img
cp floppy.img /dev/fdx
rm floppy.img
fsck.ext2 /dev/hdX -a
ln -s filename link
touch filename
mkfs /dev/hdXX
Create a swap-type filesystem
Create a new group of users
Create a macro
Create a new directory
Unzip a TAR archive
Unzip a TAR.BZ2 archive
Unzip a TAR.GZ archive
Decode a file by GNU Privacy Guard
Wraps lines of a file to a specified width n
mkswap /dev/hdXX
groupadd group
alias macro=’command’
mkdir new_directory
tar xvf archive.tar
tar jxvf archive.tar.bz2
tar zxvf archive.tar.gz
gpg filename.gpg
fold --width=n filename
Disable the video output of a connected
monitor
Disable a user account
Disable the firewall
Disable a network interface
Uninstall a package
Uninstall a package and all unused
dependencies
Uninstall a pack Uninstall a package and
deletion of the configuration files
Divide the terminal in x columns
Divide large files in archives
xrandr --output monitor --off
usermod --lock --expiredate 1 username
ufw disable
ifdown ethX
apt-get remove package
sudo apt-get autoremove package
apt-get remove --purge package
ls /tmp | pr -Tx -W$COLUMNS
lxsplit -s filename dimension
4
Download dei sorgenti dei pacchetti
Download di un file da Internet
Eliminare la cronologia della shell
Download the package sources
Download di un file da Internet
Remove the chronology from the shell
Eliminare le occorrenze di un carattere di un
file
Eliminare lo spegnimento pianificato
Eliminare un job dalla coda di stampa
Eliminare un gruppo di utenti
Eliminare una directory
Eliminare una directory non vuota
Eliminare una macro
Eseguire calcoli da terminale
Eseguire da amministratore un precedente
comando
Eseguire il Backup del contenuto di un
hardisk su un file locale
Eseguire un ordinamento topologico
Eseguire un browser testuale
Eseguire un comando ed uno successivo se il
precedente non va a buon fine
Eseguire un comando ed uno successivo se il
precedente va a buon fine
Eseguire un comando in backgroud
Eseguire un test di lettura sull'hard-disk
Fare login in una shell di root
Formattare un DVD riscrivibile
Forzare lo svuotamento del cestino
Remove the occurrences of a character of a
file
Remove the planned shutdown
Remove a job from the print queue
Remove a group of users
Remove a directory
Remove a non-empty directory
Remove a macro
Run computations from the terminal
Execute a preceding command as an
administrator
Execute the Backup of the content of a harddisk on a local file
Perform a topological sort
Run a textual browser
Execute a command and a successive one if
the preceding wasn’t successful
Execute a command and a successive one if
the preceding was successful
Execute a command in background
Run a reading test on the hard-disk
Login in a root shell
Format a rewriteable DVD
Force empting the recycle bin
Funzione di copia e incolla da terminale
Gestire l’audio da terminale
Identificare il terminale
Copy and Paste function from terminal
Handle audio from terminal
Identify the terminal
apt-get source package
wget http://url_file
cat /dev/null > ~/.bash_history && history
-c && exit
cat old_file | tr -d "character" >
new_file
sudo shutdown -c
lprm job_number
groupdel group
rmdir directory
rm -rf directory
unalias macro
echo $(numerical_expression)
sudo !!
dd if=/dev/sdX of=filename
tsort filename
w3m www.internet_adress
comando || next_command
comando && next_command
command &
sudo hdparm -tT /dev/sdX
su
dvd+rw-format -force[=full] /dev/scd0
sudo rm -rf ~/.local/share/Trash/info/
sudo rm -rf ~/.local/share/Trash/files/
CTRL+SHIFT+C and CTRL+SHIFT+V
alsamixer
tty
5
Importare chiave di autenticazione dei
repository
Import the certification keys of the
repositories
Impostare i led della tastiera
Impostare la scadenza della password per
un utente
Impostare monitor multipli
Set the leds from the keyboard
Set the password deadline for a user
Individuazione dei Chipset del proprio
hardware
Iniziare un download ad una determinata
ora
Installare un pacchetto
Identify the Chipset of one’s own hardware
Interrompere il terminale per un certo
numero di secondi
Lista pacchetti con una determinata stringa
Mandare l’output di un comando come
input del successivo
Masterizzare un’immagine ISO
Modifica della password di root
Modifica delle password di un utente
Modificare il file di configurazione manuale
della rete
Modificare la lista dei repository
Modificare l'ora di accesso a un file
Modificare un file di testo in base a
determinati pattern
Monitorare l'affidabilità di un hard-disk
mediante SMART
Montare le immagini dei CD-ROM per
aggiornare i pacchetti
Block the terminal for a given number of
seconds
List packs with a given string
Send the output of a command as an input to
the successive
Burn an ISO image
Modify the root password
Modify the user’s passwords
Modify the manual configuration file of the
network
Modify the list of repositories
Modify the hour of access to a file
Edit a text file based on certain patterns
Montare un CD-ROM
Mount a CD-ROM
Set up multiple monitors
Start the download at a preset time
Install a pack
Monitor the reliability of a hard-disk via
SMART
Mount the images of the CD-ROM to upgrade
the packs
gpg --keyserver url_server --recv XXXXXXXX
&& gpg --export -a XXXXXXXX | sudo apt-key
add setleds
chage -E YYYY-MM-DD user
xrandr --output monitor_1 --auto --output
monitor_2 --auto --right-of monitor_1………
lspci
echo 'wget -c www.internet_site' | at
hours:minutes
dpkg –i packagefile.deb or
apt-get install package
sleep seconds_number
dpkg –l|grep string
first_command | second_command | ……
cdrecord -v dev=/dev/cdrom iso_image.iso
sudo passwd root
sudo passwd username
sudo gedit /etc/network/interfaces
nano /etc/apt/sources.list
touch
awk ‘pattern {action}’
smartctl -A /dev/hdX
mount -o loop iso_image.iso /media/cdrom
apt-cdrom -d /media/cdrom add
apt-get update
umount /media/cdrom
mount /dev/cdrom -t msdos /mnt/cdrom
6
Montare un floppy
Montare un'immagine ISO
Mostrare le librerie richieste da un comando
Mostrare le prime 10 linee di un file
Mostrare le ultime 10 linee di un file
Ordinare il contenuto di un file
Ordinare il contenuto di un file omettendo
le linee ripetute
Per trovare un file
Per vedere la tabella di routing
Per vedere se un sito/una macchina è
ragiungibile
Per vedere se un sito/una macchina è
ragiungibile e vederne il percorso
Pulire il terminale
Mount a floppy
Mount an ISO image
Show the libraries requested by a command
Show the first 10 lines of a file
Show the last 10 lines of a file
Order the content of a file
Order the content of a file omitting the
repeated lines
Find a file
See the routing table
See if a site/ machine is at reach
mount /dev/fd0 -t vfat /mnt/floppy
mount -o loop iso_image.iso /mnt/iso
ldd command
head filename
tail filename
sort filename
sort filename | uniq
See if a site/ machine is at reach and look at
its path
Clean the terminal
ping –R address/host
Pulitura della cache dei pacchetti
Registrare le traccie audio di un cd in file
wav
Reimpostare la rete dopo configurazioni
manuali
Reimpostare la configurazione del server X
Reimpostare la data
Reinstallazione di un pacchetto
Rendere incancellabile un file
Riattivare un account utente disabilitato
Riavviare I servizi di rete
Riavviare il sistema
Clean the cache of the packs
Record the audio tracks of a cd in a wav file
Ricompone in un unico file un archivio
Rimozione di un pacchetto non disinstallato
completamente
Rimuovere tutte le righe vuote da un file
Rimuovere un pacchetto
Assemble an archive in a single file
Remove a not completely uninstalled package
sudo dpkg-reconfigure -phigh xserver-xorg
sudo dpkg-reconfigure tzdata
apt-get install --reinstall package
chattr +i filename
usermod --unlock --expiredate "" username
/etc/init.d/procps.sh restart
sudo reboot or
shutdown -r now
lxsplit -j filename.001
dpkg -P package
Remove all the empty lines from a file
Remove a package
sed '/^$/d' filename
dpkg –r packagename
Reset the network after manual
configurations
Reset the configuration of the server X
Reset the date
Reinstall a package
Make a file un-erasable
Reactivate a disabled user account
Restart the network services
Restart the system
find / -name filename
route
ping address/host
clear or
reset
apt-get autoclean
cd-paranoia -B
sudo /etc/init.d/networking restart
7
Rinominare un gruppo di utenti
Riparare i pacchetti con le dipendenze non
soddisfatte
Salvare l’output di un comando su file per la
creazione di files log
Salvare su file la lista dei pacchetti installati
Scrivere i comandi lunghi su più righe
Scrivere l’output di un comando su file
Scrivere un file log di una connessione ssh e
visualizzare i comandi digitati durante la
sessione
Sincronizzare il contenuto di due directory
Rename a group of users
Restores the packages with unsatisfied
dependencies
Save a command output in a file to create log
files
Save on a file the list of installed packages
Write long commands using multiple lines
Write a command output in a file
Write the log file of a ssh connection and
visualize the commands written during a
session
Synchronize the content of two directories
Smontare un dispositivo anche se questo è
occupato
Smontare un floppy
Sostituire caratteri da un file
Un-mount a device even if it is being used
Sostituire la "stringa1" con la "stringa2" da
un file
Spegnere il computer da terminale
Substitute "string1" with "string2" from a file
Spostare un file da una directory ad un’altra
Stampare a video una stringa di testo
Stampare il checksum di un file
Stampare in pdf più pagine in un unico
foglio disponendole in m righe ed n colonne
Stampare un file di testo
Terminare l’interfaccia grafica
Terminare la finestra selezionata dal
puntatore
Terminare più istanze di un processo
Terminare un processo
Trasformare gli spazi in tabulazioni
Move a file from a directory to another
Print to screen a text string
Print the checksum of a file
Print in pdf more pages in a single page
arranging them in m rows and n columns
Print a text file
Close the graphic interface
Close the windows selected by the pointer
Un-mount a floppy
Substitute characters from a file
Shutdown the computer from terminal
Close more instances of a process
Close a process
Transform spaces to tabs
groupmod -n old_group new_group
sudo apt-get -f install or
dpkg --configure -a
command | tee -a filename.log
dpkg --get-selections > filename.txt
Add the character \ at the end of the row.
command > output_file
ssh user@domain | tee -a log_file.log
cat log_file | grep user@domain
rsync -avr --delete /source_directory
/target_directory
fuser -km /mnt/hdaX
umount /mnt/floppy
cat old_file | tr "old_char" "new_char" >
new_file
sed 's/string1/string2/g' filename
shutdown –h now or
sudo halt or
init 0
mv ./filename directory/
echo ‘Text String’
md5sum filename
pdfnup filename.pdf --nup mxn
enscript filename
CTRL+ALT+<
xkill
killall -9 process_name
kill -9 process_PID
unexpand filename
8
Trasformare le tabulazioni in spazi
Trovare i file modificati da un certo numero
di giorni
Unire due file di testo secondo un campo in
comune
Unire due file riga per riga
Unire due file riga per riga scegliendo il
carattere che separa le righe
Unire più file in un unico file
Unire più file PDF in un unico PDF
Utilizzo del File di Swap di Windows come
partizione swap di Linux
Transform tabs to spaces
Find the files modified since a given number
of days
Join two text files according to a common
record
Paste two files line by line
Paste two files line by line choosing the
character that divides the lines
Paste many files in a single file
Paste many PDF files in a single PDF file
Use the Windows Swap File as a partition
swap in Linux
Valutare espressioni aritmetiche o logiche
su stringhe
Verificare la corretta risoluzione delle
dipendenze
Verificare la correttezza del file delle
password
Verificare la presenza di settori danneggiati
sul disco
Verificare l'integrità del filesystem
Verificare se SMART è attivo su un hard-disk
Visualizza chi è connesso alla rete
Visualizza la lista delle periferiche USB
montate
Visualizza la mappa della tastiera
Visualizza le informazioni sulla CPU
Visualizza le informazioni sulla scheda video
Visualizza le partizioni del disco
Visualizza l'elenco completo dell'hardware
di sistema
Visualizza lo spazio occupato su disco da file
e directory
Evaluate arithmetic or logical expression of
strings
Check the correct solutions of the
dependencies
Check the correctness of the passwords file
expand filename
find . -mtime -number_of_days
join filename_1 filename_2
paste first_file second_file
paste -d "character" first_file
second_file
cat file_1 file_2 …. > filename
pdftk pdf_files.pdf … output filename.pdf
mount /dev/hdaX /mnt/hdaX
mkswap /mnt/hdaX/pagefile.sys
swapon /mnt/hdaX/pagefile.sys
expr expression
apt-get check
pwck
Check the presence of faulted blocks in the
disc
Check the filesystem integrity
Check if SMART is active in a hard-disk
Show who is connected to the network
Show the list of mounted USB devices
badblocks -v /dev/hdXX
Show the keyboard map
Show the information about the CPU
Show the information about the video board
Show the partitions of the disc
Show the complete list of the system
hardware
Displays the disk space occupied by files and
directories
dumpkeys
lscpu
sudo lshw -c video
sudo fdisk -l
lshw or
dmidecode -q
du
fsck /dev/hdXX
smartctl -i /dev/hdX
sudo nast -i wlan0 -m
lsusb
9
Visualizza lo stato corrente e regole del
firewall
Visualizzare il codice corrispondente ai tasti
che si premono e si rilasciano
Visualizzare data e ora
Visualizzare file e directory in una struttura
ad albero
Visualizzare gli attributi speciali di un file
Visualizzare gli eventi di sistema
Visualizzare gli interrupts in tempo reale
Visualizzare i gruppi a cui appartiene un
utente
Visualizzare i messaggi provenienti dal
kernel
Visualizzare i moduli del kernel caricati
Visualizzare i processi di sistema
Visualizzare i processi di sistema in uso e le
loro dipendenze
Visualizzare i processi e le applicazioni che
sono in esecuzione sul nostro sistema
Visualizzare i processi utente che stanno
utilizzando la rete
Visualizzare il calendario
Visualizzare il contenuto di un file
Visualizzare il contenuto di un file con
numero di riga
Visualizzare il contenuto di un file in ordine
inverso
Visualizzare il contenuto di un file su più
pagine video
Show current state and rules of the firewall
ufw status
Show the code corresponding to pressed and
released keys
Show the date and time
Show file and directory in tree
showkey
Show the special attributes of a file
Show the system events
Show the interrupts in real time
Show the groups to which a user belongs
lsattr filename
tail /var/log/messages
watch -n1 'cat /proc/interrupts'
groups username
Show the messages coming from the kernel
dmesg
Show the modules of the kernel uploaded
Show the system processes
Show the system processes in use and their
dependencies
Show the processes and their applications in
use in our system
Show the user processes that are using the
network
Show the calendar
Show the content of a file
Show the content of a file with line number
lsmod
ps -eafw
ps -e or
pstree
top
Show the content of a file in reverse order
tac filename
Show the content of a file in more video
pages
more filename
Visualizzare in ordine cronologico tutti i
comandi digitati
Visualizzare l’architettura del sistema
Show in chronological order all the
commands entered
Show the system architecture
history
date
lstree
lsof -i | grep ESTABLISHED
cal
cat filename
cat filename | nl
arch
10
Visualizzare l’indirizzo IP delle interfacce di
rete connesse
Visualizzare la coda di stampa
Visualizzare la colonna n di lunghezza
variabile delimitata da un carattere c come
separatore
Visualizzare la configurazione del terminale
Visualizzare la configurazione delle
interfacce di rete
Visualizzare la descrizione della
distribuzione
Visualizzare la documentazione di un
comando
Visualizzare la lista dei file aperti dai
processi
Visualizzare la lista dei file forniti da un
pacchetto installato
Visualizzare la lista dei file forniti da un
pacchetto non installato
Visualizzare la struttura di una directory
Visualizzare le connessioni TCP/UDP in
ascolto o stabilite nel sistema
Visualizzare le dipendenze di un pacchetto
Visualizzare le informazioni relative all'harddisk
Visualizzare le informazioni su un
determinato pacchetto installato
Visualizzare le informazioni sugli utenti che
sono attualmente nel sistema
Visualizzare le reti senza fili rilevate
Visualizzare le variabili di ambiente di
sistema
Visualizzare l'IP di un sito Internet
Show the IP address of the connected
network interfaces
Show the print queue
Display the nth column of variable length
delimited by a character c as a separator
ip addr show
Show the terminal configuration
Show the configuration of the network
interfaces
Show the description of the distribution
stty -a
ifconfig
Show the documentation of a command
man command
Show the list of files open by the processes
lsof -p PID_number
Show the list of files given by an installed
package
Show the list of files given by a not installed
package
Show the structure of a directory
Show the TCP/UDP listening or established
connections in the system
Show the dependencies of a package
Show the information about the hard-disk
dpkg -L package
Show the information about a given installed
package
Show the information about the users
currently in the system
Show the wireless networks in range
Show the system ambient variables
dpkg -s package
Show the IP of an Internet site
host www.internet_site_address
lpq
cut -dc -fn test.txt
lsb_release -d
dpkg --contents package.deb
tree
netstat -tupan
apt-cache depends package_name
sudo hdparm -i /dev/sdX
who
sudo iwlist scan
env
11
Visualizzare lo spazio di una partizione di
swap
Visualizzare lo stato della RAM e della cache
Visualizzare lo storico dei reboot
Visualizzare l'utente con cui si è loggati
Visualizzare solo i caratteri da n a m di ogni
linea di un file
Visualizzare tutte le informazioni sulla
distribuzione
Visualizzare tutti i gruppi presenti nel
sistema
Visualizzare tutti i set di caratteri conosciuti
Visualizzare tutti i sistemi operativi installati
Visualizzare tutto il traffico http
Visualizzare una lista dei comandi pertinenti
alle keywords
Show the space of a swap partition
grep SwapTotal /proc/meminfo
Show the state of the RAM and of the cache
Show the history of reboots
Show the user currently logged in
Show only characters from n to m for each
lines of a file
Show all the information about the
distribution
Show all the groups present in the system
free
last reboot
whoami
cut -cn-m filename.txt
Show all the set of characters recognized
Show all the operating systems installed
Show all the http traffic
Show the list of commands regarding the
keywords
iconv -l
sudo os-prober
tcpdump tcp port 80
apropos ...keyword
lsb_release -a
cat /etc/group
12
Scarica

Linux Shell Commands at a glance