Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SCUTIL - Control System Configuration | Online Free DevTools by Hexmos

Control system configuration parameters with SCUTIL. Manage network settings, computer names, and hostnames on macOS. Free online tool, no registration required.

scutil

Manage system configuration parameters. Require root privileges when setting configuration. More information: https://keith.github.io/xcode-man-pages/scutil.8.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}}

See Also