cours/unix commande who.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

750 B

sibling:: unix commande w up::unix commandes d'identification usage::"who [-abdHlmpqrsTtu] [file]", "who am i" title::"affiche la liste des utilisateurs connectés" #s/informatique/unix


  • affiche la liste des utilisateurs connectés
$ who
admin    tty0    jun 25 08:18
pierre   pts/2   jun 25 09:05    (papin.univ-tours.fr)
  ^        ^           ^                    ^
  |        |           |                    |
UNAME   ligne de   date de connexion   adresse du poste
        communication                  de travail
  • peut affichier uniquement la ligne pour l'utilisateur
$ who am i
pierre   pts/2   jun 25 09:05    (papin.univ-tours.fr)
$ whoami
pierre   pts/2   jun 25 09:05    (papin.univ-tours.fr)