- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django - Skills: GOG CLI, Last30Days, baoyu-skills - Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验 - 微信公众号: 养虾日记1-5, AI时代赚钱 - 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard - AI目录补充: 20个文件 Source pages: 51 Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等 Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
1.6 KiB
1.6 KiB
title, type, tags, date
| title | type | tags | date | |||
|---|---|---|---|---|---|---|
| Linux 运维必会的 150 个命令 | source |
|
2025-09-29 |
Source File
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
Key Entities
- Linux:开源操作系统内核
Connections
Contradictions
- 无