mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* scutil: add Spanish translation * scutil: fix placeholders in Spanish translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
564 B
564 B
scutil
Gestiona los parámetros de configuración del sistema. Es necesario ser root para establecer la configuración. Más información: https://ss64.com/osx/scutil.html.
- Muestra la configuración DNS:
scutil --dns
- Muestra la configuración del proxy:
scutil --proxy
- Obtiene nombre de equipo:
scutil --get ComputerName
- Establece el nombre del equipo:
sudo scutil --set ComputerName {{nombre_ordenador}}
- Obtiene nombre del host:
scutil --get HostName
- Establece nombre del host:
scutil --set HostName {{nombre_host}}