Forrest logo
back to the csrutil tool

csrutil:tldr:1575f

csrutil: Display the list of allowed NetBoot sources.
$ csrutil netboot list
try on your machine

The command "csrutil netboot list" is used in macOS systems to view and manage the configuration settings for netboot services while System Integrity Protection (SIP) is enabled.

Here is a breakdown of the command:

  • "csrutil" refers to the "Configuration System Root Utility," a command-line tool used for configuring the System Integrity Protection settings on macOS.
  • "netboot" specifies the specific configuration options related to netboot services.
  • "list" is an option that tells csrutil to display the current configuration settings for netboot services.

When you run the command "csrutil netboot list" in Terminal, it will display a list of netboot-related configurations on your system. This could include properties like the netboot server URL and any additional custom settings that have been configured.

Note that "csrutil" is primarily intended for advanced users or troubleshooting purposes. It is recommended to exercise caution while modifying system configuration settings, especially if you are unfamiliar with the implications.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the csrutil tool