Commandes essentielles
Domaine | Commandes | Exemples |
---|---|---|
Navigation | pwd , ls , cd |
ls -lah |
Fichiers | cp , mv , rm , mkdir , find |
find /var -name "*.log" |
Processus | ps , top , htop , kill |
ps aux | grep nginx |
Réseau | ip , ss , ping , curl |
ss -tulpen |
Paquets | apt , dnf , pacman |
sudo apt install tmux |
Permissions | chmod , chown , umask |
chmod 640 fichier |
Astuce shell
# historique interactif (bash)
history | less
# rechercher une commande (CTRL+R)