WSL 是 Windows Subsystem for Linux 的缩写,指 Windows 系统中的“Linux 子系统”:允许你在 Windows 上直接运行 Linux 环境(如 Bash、常见命令行工具与部分开发工具链),用于开发、运维与学习等场景。(也可能在其他语境中代表别的缩写,但最常见的是这一项。)
/ˌdʌbəl.juːˌɛsˈɛl/
I installed Ubuntu on WSL to practice Linux commands.
我在 WSL 上安装了 Ubuntu 来练习 Linux 命令。
Because WSL integrates well with Windows tools, many developers use it to run Bash scripts while editing code in Windows editors.
由于 WSL 与 Windows 工具集成良好,很多开发者会用它在 Windows 编辑器里写代码,同时运行 Bash 脚本。
WSL 来自 Windows Subsystem for Linux 的首字母缩写:W(Windows) + S(Subsystem) + L(Linux)。该名称强调它是 Windows 中提供 Linux 兼容环境的一套子系统能力。