ping, ping6: add Spanish translation (#9803)
This commit is contained in:
28
pages.es/common/ping.md
Normal file
28
pages.es/common/ping.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# ping
|
||||
|
||||
> Envía paquetes ICMP ECHO_REQUEST (pings) a hosts de la red.
|
||||
> Más información: <https://manned.org/ping>.
|
||||
|
||||
- Envía pings a un host:
|
||||
|
||||
`ping {{host}}`
|
||||
|
||||
- Envía un número determinado de pings a un host:
|
||||
|
||||
`ping -c {{numero}} {{host}}`
|
||||
|
||||
- Envía pings a un host especificando el intervalo de tiempo entre peticiones (por defecto 1 segundo):
|
||||
|
||||
`ping -i {{segundos}} {{host}}`
|
||||
|
||||
- Envía pings a un host sin intentar resolver nombres simbólicos de direcciones:
|
||||
|
||||
`ping -n {{host}}`
|
||||
|
||||
- Envía pings a un host y emite un sonido cuando un paquete es recibido (si la terminal lo soporta):
|
||||
|
||||
`ping -a {{host}}`
|
||||
|
||||
- Muestra también un mensaje si no se recibió respuesta:
|
||||
|
||||
`ping -O {{host}}`
|
Reference in New Issue
Block a user