whoami: add French translation (#5495)

add-set-more-info-link.py
Patrice Denis 2021-03-24 17:55:41 +01:00 committed by GitHub
parent 5a40dd8341
commit d27e567799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# whoami
> Affiche des détails sur l'utilisateur courant.
> Plus d'informations : <https://docs.microsoft.com/windows-server/administration/windows-commands/whoami>.
- Affiche le nom de l'utilisatuer courant :
`whoami`
- Affiche les groupes pour lesquels l'utilisateur courant est un membre :
`whoami /groups`
- Affiche les droits de l'utilisateur courant :
`whoami /priv`
- Affiche le nom principal d'utilisateur (UPN) de l'utilisateur courant :
`whoami /upn`
- Affiche l'identifiant de connexion de l'utilisateur courant :
`whoami /logonid`