Files
nexus/wiki/sources/Linux-运维必会的-150-个命令.md
weishen f9ac3145ab feat(wiki): ingest remaining subdirectories batch (51 files)
- 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去重, 混合搜索等
2026-04-14 20:48:34 +08:00

44 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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
-