feat(wiki): complete final batch 86 remaining raw files ingestion

This commit is contained in:
2026-04-14 21:13:54 +08:00
parent 36666fc9c4
commit 71222d9f2e
40 changed files with 1070 additions and 468 deletions

View File

@@ -0,0 +1,37 @@
---
title: "Linux运维必会的150个命令"
type: source
tags: [linux, 运维, 命令, shell]
date: 2025-09-29
---
## Source File
- [[raw/Home Office/Linux 运维必会的 150 个命令.md]]
## Summary
- 核心主题Linux运维最常用的150个命令分类汇总
- 问题域Linux系统管理需要掌握哪些核心命令
- 方法/机制:按功能分类(查询帮助、文件管理、文件编辑、压缩打包、磁盘管理、系统相关等)
- 结论/价值系统梳理Linux命令是运维技能的基础
## Key Claims
- 线上查询及帮助命令man、--help
- 文件管理命令ls、cd、pwd、mkdir、rm、cp、mv、touch、cat、more、less、head、tail等
- 压缩打包命令gzip、bzip2、tar、zip、unzip
- 磁盘管理命令df、du、mount、umount、fdisk、mkfs
- 系统相关命令top、ps、kill、ifconfig、ping、netstat、systemctl、journalctl
- 用户管理命令useradd、userdel、usermod、passwd、su、sudo
## Key Concepts
- [[Linux命令]]Linux系统管理的核心工具
- [[Shell]]:命令行解释器
- [[系统管理]]Linux运维的核心职责
## Key Entities
## Connections
- [[Linux命令]] ← 工具集 ← Linux运维
- [[Shell]] ← 接口层 ← Linux系统
## Contradictions
- 无明显冲突