doc: update docs/linux-command.md (#398)

Co-authored-by: mh-swift <zuojiadazhongma@gmail.com>
This commit is contained in:
swift 2023-07-18 13:57:14 +08:00 committed by GitHub
parent 89be124f1d
commit a0476287df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ Linux 命令速查表
:--- | :---
**`uname`** | 显示linux系统信息
**`uname -r`** | 显示内核版本信息
**`cat /etc/os-release`** | 显示linux系统详细信息
**`uptime`** | 显示系统运行的时间<br/>(包括平均负载)
**`hostname`** | 显示系统主机名
**`hostname -i`** | 显示系统的IP地址