--- 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 - 无明显冲突