--- title: "Linux 运维必会的 150 个命令" type: source tags: [linux, 运维, 命令] date: 2025-09-29 --- ## Source File - [[raw/Home Office/Linux 运维必会的 150 个命令.md]] ## Summary - 核心主题:Linux 系统管理命令的全面总结 - 问题域:Linux 运维基础知识 - 方法/机制:按功能分类介绍 150 个常用命令 - 结论/价值:覆盖文件操作、文本处理、网络管理、磁盘管理、用户管理、进程管理等核心领域 ## Key Claims - Linux 命令分为内置 Shell 命令和外部命令两大类 - 文件目录操作命令 18 个:ls/cd/cp/find/mkdir/mv/pwd/rename/rm/rmdir/touch/tree 等 - 文本查看及处理命令 21 个:cat/tac/more/less/head/tail/cut/split/paste/sort/uniq/wc/diff/vimdiff 等 - 网络操作命令 11 个基础+9 个深入:ssh/scp/wget/ping/ifconfig/netstat/ss/nmap/lsof/telnet 等 - 磁盘与文件系统命令 16 个:mount/umount/fsck/dd/fdisk/parted/mkfs/swapoff/sync 等 - 进程管理命令 15 个:kill/killall/crontab/ps/pstree/nohup/pgrep 等 ## Key Quotes > "Linux 命令在系统中有两种类型:内置 Shell 命令和 Linux 命令" ## Key Concepts - [[Shell]]:命令解释器,Linux 与内核之间的接口 - [[NFS]]:网络文件系统挂载 - [[Cron]]:定时任务调度 - [[管道]]:将前一个命令的输出作为后一个命令的输入 ## Key Entities - [[Linux]]:开源操作系统内核 ## Connections - [[Linux]] ← manages ← [[Shell]] - [[Cron]] ← schedules ← [[进程管理]] - [[管道]] ← connects ← [[文本处理命令]] ## Contradictions - 无