1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/osx/scutil.md
Darío Hereñú 37d086fa2b
scutil: add Spanish translation (#11564)
* scutil: add Spanish translation

* scutil: fix placeholders in Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-23 10:31:31 +05:30

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}}