Files
nexus/wiki/sources/Linux-运维必会的150个命令.md
weishen 5789476c23 Batch ingest: Multi-Agent Team / DevOps Maturity / 一语点醒梦中人 / NodeWarden
Sources:
- Agent-usecases-multi-Agent-Team.md
- DevOps-Maturity-Model-From-Traditional-IT-to-Advanced-DevOps.md
- AI-一语点醒梦中人.md
- Home-Office-NodeWarden-把-Bitwarden-搬上-Cloudflare-Workers彻底告别服务器.md

Entities: Trebuh, Cloudflare
Concepts: DevOps成熟度模型, 共享内存模式, 空性智慧, 绝处逢生
2026-04-15 18:05:17 +08:00

1.6 KiB
Raw Blame History

title, type, tags, date
title type tags date
Linux 运维必会的 150 个命令 source
Linux
运维
命令
系统管理
2026-04-15

Source File

Summary

  • 核心主题Linux 系统管理核心命令速查手册
  • 问题域:文件操作、文本处理、系统监控、压缩解压
  • 方法/机制:按功能分类的 150 个命令速查表
  • 结论/价值Linux 命令是系统管理的核心,熟练掌握是运维基本功

Key Claims

  • Linux 系统一切皆文件CPU、内存、磁盘、键盘、鼠标、用户
  • 命令分为内置 Shell 命令和外部 Linux 命令
  • 150 个命令覆盖线上查询、文件目录操作、文件内容处理、信息显示等场景
  • 线上查询命令man命令帮助、help内置命令帮助
  • 文件目录操作ls/cd/cp/find/mkdir/mv/pwd/rename/rm/rmdir/touch/tree/basename/dirname/chattr/lsattr/file/md5sum
  • 文件内容处理cat/tac/more/less/head/tail/cut/split/paste/sort/uniq/wc/iconv/dos2unix/diff/vimdiff/rev/grep/join/tr/vi/vim
  • 压缩解压tar/unzip/gzip/zip
  • 信息显示uname/hostname/dmesg/uptime/stat/du/df/top/free

Key Concepts

Key Entities

  • Linux:开源操作系统内核
  • GNU:开源软件集合

Connections

Contradictions

  • 无冲突