Pour lancer ces commandes il faut au préalable ouvrir un terminal

  • Nota Bene : les trois touches : CTRL ALT et T (respecter l'ordre) permettent d'ouvrir un terminal

Voici quelques exemples simples de commandes :

  • ls -alh
  • ps -fax
  • df
  • pwd
  • file /etc/apt/sources.list
  • top
  • top -n 5 -b > top-output.txt
  • locate -i .py | wc -l
  • ifconfig
  • lspci
  • ping -c 3 www.linux-azur.org
  • find ./ -name image.png -print
  • sudo dd if=./ubuntu-20.04.2.0-desktop-amd64.iso of=/dev
  • sudo apt install mc
  • sudo apt install aptitude
  • sudo aptitude update
  • sudo aptitude safe-upgrade
  • sudo aptitude autoclean
  • sudo aptitude update && sudo aptitude full-upgrade && sudo aptitude autoclean
  • man dd
  • man cat
  • man bash
  • man ls
  • man binwalk
  • man wget
  • man curl
  • man scp
  • man rsync

Un peu de documentation ne fait pas de mal :