mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
scutil: add page (#1761)
This commit is contained in:
parent
0e40d53759
commit
39c88437d0
1 changed files with 28 additions and 0 deletions
28
pages/osx/scutil.md
Normal file
28
pages/osx/scutil.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# scutil
|
||||
|
||||
> Manage system configuration parameters.
|
||||
> Necessitates to be root when setting configuration.
|
||||
|
||||
- Display DNS Configuration:
|
||||
|
||||
`scutil --dns`
|
||||
|
||||
- Display proxy configuration:
|
||||
|
||||
`scutil --proxy`
|
||||
|
||||
- Get computer name:
|
||||
|
||||
`scutil --get ComputerName`
|
||||
|
||||
- Set computer name:
|
||||
|
||||
`sudo scutil --set ComputerName {{computer_name}}`
|
||||
|
||||
- Get hostname:
|
||||
|
||||
`scutil --get HostName`
|
||||
|
||||
- Set hostname:
|
||||
|
||||
`scutil --set HostName {{hostname}}`
|
Loading…
Add table
Reference in a new issue