Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/books/admin_guide/12-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ Display sockets that have established connections:
[root]# ss
```

View the ports that the local machine is listening on
View the ports that the local machine is listening on:

```bash
[root]# ss -tulnp
Expand Down Expand Up @@ -875,7 +875,7 @@ In the vast majority of cases, there is no need to modify the content of this fi

### `getent` command

The `genent` command is released from the glibc-common package, so you may need to execute the following command:
The `getent` command is released from the glibc-common package, so you may need to execute the following command:

```bash
[root]# dnf -y install glibc-common
Expand Down Expand Up @@ -906,7 +906,7 @@ For proper **/etc/hosts** file resolution, query the NSSwitch name service which

In this version, NetworkManager is compatible with traditional network card configuration files, but the author recommends that you use the relevant commands of NetworkManager to manage network card configuration files. This way, you can seamlessly manage networks for subsequent versions 9.x or 10.x.

**Q: Question: In the network interface card configuration file managed by NetworkManager, which attributes (keys) can be configured?**
**Q: In the network interface card configuration file managed by NetworkManager, which attributes (keys) can be configured?**

Please refer to the contents of `man 5 nm-settings` and `man 5 NetworkManager.conf`.

Expand All @@ -926,7 +926,7 @@ You can use the `mtr` or `ping` command to gradually check the communication sta

!!! note "terminology explanation"

Network topology diagramA chart that graphically presents the physical or logical connection relationships between network devices
Network topology diagram: A chart that graphically presents the physical or logical connection relationships between network devices

![Network architecture with a gateway](images/network-002.png)

Expand Down