Wiki source code of Network Utilities

Last modified by Sebastian Marsching on 2022/04/03 22:06

Show last authors
1 {{toc/}}
2
3 # Show the routing table
4
5 ```bash
6 netstat -r -n
7 ```
8
9 # DNS (and other network settings)
10
11 The `scutil` utilitity is a very powerful tool for analyzing (and modifying) the network configuration (including the zone-specific DNS server settings). The most important commands are `list` (for getting a list of keys) and `show` (for showing the settings stored under a key.
12
13 * `scutilĀ --dns` shows information about the current DNS configuration.