1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00

getmac: add Spanish translation (#10382)

* getmac: add Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Darío Hereñú 2023-07-08 00:05:48 -03:00 committed by GitHub
parent de9981e9cd
commit 4ea7522c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
# getmac
> Muestra las direcciones MAC de un sistema.
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/getmac>.
- Muestra las direcciones MAC del sistema actual:
`getmac`
- Muestra los detalles en un formato específico:
`getmac /fo {{table|list|csv}}`
- Excluye la cabecera en la lista de salida:
`getmac /nh`
- Muestra las direcciones MAC de un equipo remoto:
`getmac /s {{nombre_host}} /u {{nombredeusuario}} /p {{contraseña}}`
- Muestra las direcciones MAC con información detallada:
`getmac /v`
- Muestra información de uso detallada:
`getmac /?`