查看系统信息

This commit is contained in:
aborn 2023-04-04 19:00:50 +08:00
parent bf0119e9ea
commit 846f25ec14
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#!/usr/bin/env bash
# 常用操作命令
############################################
# 查看系统信息
uname -a
# grep的或操作查看当前打开的网络链接
lsof -i | grep -E "(LISTEN|ESTABLISHED)"