664 B
664 B
title, type, tags, sources, last_updated
| title | type | tags | sources | last_updated | |||
|---|---|---|---|---|---|---|---|
| Shell | concept |
|
|
2026-04-16 |
Definition
Shell(命令解释器)是 Linux 系统的用户界面,负责解释和执行用户输入的命令。它作为用户与内核之间的桥梁,将用户的命令转换为系统调用。
Common Types
- Bash:最常用的 Shell,Linux 默认
- Zsh:功能强大的增强版 Shell
- Fish:用户友好的交互式 Shell
Related Commands
- help:查看内置命令帮助
- type:判断命令是否为内置命令
- alias:设置命令别名
- unalias:取消命令别名