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
  • 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

  • man dd
  • man cat
  • man bash
  • man man
  • man binwalk
  • man wget
  • man curl
  • man scp
  • man rsync

Un peu de documentation ne fait pas de mal :