TLDR
Enter a command. For example: plutil, codesign, mdfind, launchd.

scutil

 
Manage system configuration parameters. Necessitates to be root when setting configuration. More information: https://ss64.com/osx/scutil.html.
 
  • 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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.