1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:55:27 +02:00

whoami, ver: add traditional Chinese translation (#8684)

This commit is contained in:
Poy Chang 2022-10-04 15:06:01 +08:00 committed by GitHub
parent 898bfcc5ef
commit cf3ef15a9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# ver
> 顯示當前 Windows 或 MS-DOS 的版本號。
> 更多資訊:<https://learn.microsoft.com/windows-server/administration/windows-commands/ver>.
- 顯示當前系統版本號:
`ver`

View file

@ -0,0 +1,24 @@
# whoami
> 顯示關於當前使用者的詳細資訊。
> 更多資訊:<https://learn.microsoft.com/windows-server/administration/windows-commands/whoami>.
- 顯示當前使用者的名稱:
`whoami`
- 顯示當前使用者所屬的群組:
`whoami /groups`
- 顯示當前使用者的權限:
`whoami /priv`
- 顯示當前使用者的使用者主體名稱(UPN):
`whoami /upn`
- 顯示當前使用者的登錄 ID:
`whoami /logonid`