This website requires JavaScript.
Explore
Help
Sign In
OrgLion-Writes
/
NotePublic
Watch
1
Star
0
Fork
You've already forked NotePublic
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1d5af9d784
NotePublic
/
Software
/
System
/
Linux
/
Common
/
Linux_查看网关_子网掩码和_IP_地址.md
11 lines
147 B
Markdown
Raw
Normal View
History
Unescape
Escape
增加 Linux查看网关、子网掩码和 IP 地址. Signed-off-by: ithink.chan <chenyang@autoai.com>
2020-04-28 14:13:19 +08:00
# Linux查看网关、子网掩码和 IP 地址
修正高亮标签. Signed-off-by: rick.chan <chenyang@autoai.com>
2020-05-20 16:18:39 +08:00
```bash
增加 Linux查看网关、子网掩码和 IP 地址. Signed-off-by: ithink.chan <chenyang@autoai.com>
2020-04-28 14:13:19 +08:00
# 查看网关和子网掩码
route -n
netstat -r
# 查看 IP 地址等
ifconfig
ip a
```