Files
nexus/wiki/sources/Linux运维150命令.md

38 lines
1.3 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, 运维, 命令, 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
- 无明显冲突