-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e89e69
commit 9754bf7
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Network settings | ||
|
||
### Configuration files | ||
|
||
On Mac OS X 10.7 the network settings can be found in: | ||
|
||
``` | ||
/Library/Preferences/SystemConfiguration/ | ||
``` | ||
|
||
Filename | Description | ||
--- | --- | ||
com.apple.network.identification.plist | | ||
NetworkInterfaces.plist | | ||
preferences.plist | | ||
|
||
Additional files first seen on Mac OS X 10.10 | ||
|
||
Filename | Description | ||
--- | --- | ||
com.apple.airport.preferences.plist | Airport (wireless networking) preferences | ||
com.apple.wifi.message-tracer.plist | | ||
|
||
### References | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
###### | ||
Mac OS | ||
###### | ||
|
||
Mac OS operating system artifacts. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Network settings <NetworkSettings> |