Linux — commandes shell de base

Navigation, fichiers, processus, permissions sur Debian/Ubuntu · Catégorie : OS

Fichiers

CommandeDescription
ls -lahLister fichiers (long, all, human-readable)
cd /cheminChanger de répertoire
cp -r src/ dst/Copier récursivement
mv old newRenommer/déplacer
rm -rf dir/⚠️ Supprimer récursivement sans confirmation

Permissions

CommandeDescription
chmod +x script.shRendre exécutable
chmod 755 filerwx pour owner, rx pour group/others
chown user:group fileChanger propriétaire
sudo commandLancer en tant qu'admin
🚀 Essayer le terminal IA Omnexia gratuit

Cheat sheet propulsé par Omnexia.ai — Plateforme d'orchestration multi-IA avec terminal intégré.