Files
My-Notes/笔记/Linux/系统/IP地址和主机名.md
2026-07-02 23:10:58 +08:00

18 lines
354 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 相关指令:
- [[hostname]]
# ip地址:
在网络上唯一的地址,用于标识身份,有v4和v6
127.0.0.1:标识本机
0.0.0.0:指所有IP的意思,可以在端口绑定中用来绑定关系,或有其他作用
### 相关指令:
- ifconfig(没有安装net-tools
# 主机名:
计算机的名字,也是用来标识的