osx/s*: add link (#7428)

This commit is contained in:
meowmeowcat
2021-11-15 03:45:59 +08:00
committed by GitHub
parent 2fffd9d6a1
commit a36f8550d8
16 changed files with 16 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
> Manage system configuration parameters.
> Necessitates to be root when setting configuration.
> More information: <https://ss64.com/osx/scutil.html>.
- Display DNS Configuration:

View File

@@ -1,6 +1,7 @@
# shutdown
> Shutdown and reboot the system.
> More information: <https://ss64.com/osx/shutdown.html>.
- Power off (halt) immediately:

View File

@@ -1,6 +1,7 @@
# stat
> Display file status.
> More information: <https://ss64.com/osx/stat.html>.
- Show file properties such as size, permissions, creation and access dates among others:

View File

@@ -1,6 +1,7 @@
# sw_vers
> Print macOS operating system version information.
> More information: <https://ss64.com/osx/sw_vers.html>.
- Print all available information (OS name, version number, and build):

View File

@@ -1,6 +1,7 @@
# sysctl
> Access kernel state information.
> More information: <https://ss64.com/osx/sysctl.html>.
- Show all available variables and their values:

View File

@@ -1,6 +1,7 @@
# system_profiler
> Report system hardware and software configuration.
> More information: <https://ss64.com/osx/system_profiler.html>.
- Display a full system profiler report which can be opened by System Profiler.app:

View File

@@ -1,6 +1,7 @@
# systemsetup
> Configure System Preferences machine settings.
> More information: <https://ss64.com/osx/systemsetup.html>.
- Enable remote login (SSH):