mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
getmac: add Chinese translation
This commit is contained in:
parent
1bfccbf187
commit
720cc7b445
1 changed files with 27 additions and 0 deletions
27
pages.zh/windows/getmac.md
Normal file
27
pages.zh/windows/getmac.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# getmac
|
||||||
|
|
||||||
|
> 显示系统的MAC地址.
|
||||||
|
|
||||||
|
- 显示当前系统的MAC地址:
|
||||||
|
|
||||||
|
`getmac`
|
||||||
|
|
||||||
|
- 以特定格式显示详细信息:
|
||||||
|
|
||||||
|
`getmac /fo {{table|list|csv}}`
|
||||||
|
|
||||||
|
- 排除输出列表中的标题:
|
||||||
|
|
||||||
|
`getmac /nh`
|
||||||
|
|
||||||
|
- 显示一个远程主机的MAC地址:
|
||||||
|
|
||||||
|
`getmac /s {{主机名}} /u {{用户名}} /p {{密码}}`
|
||||||
|
|
||||||
|
- 详细显示MAC地址信息:
|
||||||
|
|
||||||
|
`getmac /v`
|
||||||
|
|
||||||
|
- 显示详细的帮助信息:
|
||||||
|
|
||||||
|
`getmac /?`
|
Loading…
Add table
Reference in a new issue