Update from Sync Service

This commit is contained in:
FNS Service
2026-04-21 20:24:22 +08:00
parent 4e9e2c8acf
commit afc612cf7f
2 changed files with 384 additions and 367 deletions

View File

@@ -18,11 +18,8 @@ updated: 2026-04-21
### 快速命令
| 笔记 | 说明 |
|------|------|
| [[常用命令]] | Linux 常用命令汇总 |
| [[常用命令2]] | 更多常用命令 |
| [[Vim命令合集]] | Vim 编辑器命令 |
| [[查看目录大小]] | du/df/ncdu 使用 |
| [[查看CentOS版本]] | 查看系统版本信息 |
| [[常用命令]] | Linux 常用命令汇总(命令整理版) |
| [[常用命令2]] | 更多常用命令(系统管理/网络/进程) |
### CentOS / RHEL
| 笔记 | 说明 |
@@ -49,6 +46,7 @@ updated: 2026-04-21
|------|------|
| [[Linux软件安装位置]] | /opt /usr /usr/local 区别 |
| [[修改文件所有者]] | chown/chmod 使用 |
| [[查看目录大小]] | du/df/ncdu 使用 |
### 阿里云服务器
| 笔记 | 说明 |
@@ -82,7 +80,6 @@ df -h # 磁盘使用
ls -la # 列出文件
cd /path # 切换目录
cp -r src dst # 复制
mv src dst # 移动
rm -rf dir # 删除
# 进程管理
@@ -103,4 +100,4 @@ journalctl -u service # 查看日志
---
*30 篇笔记*
*29 篇笔记*