cours/unix shell.md
oscar.plaisant@icloud.com 38fbb1938d from github to this gitea
2023-10-23 23:09:51 +02:00

448 B

up::unix #informatique/unix


  • au début d'une session, chaque utilisateur exécute un logiciel initial, ou interpréteur de commandes, son login shell

  • environnement de travail complet :

    • commandes
    • variables
    • fichiers de config
  • différents shells, répartis en 2 familles :

    • Bourne Shell (bsh), Korn shell (ksh) et Bourne Again Shell (bash) (POSIX)
    • C shell (csh) et tcsh