mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
scutil: add page (#1761)
This commit is contained in:
parent
0e40d53759
commit
39c88437d0
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…
Reference in New Issue
Block a user