美文网首页
Linux - WSL

Linux - WSL

作者: 祝你万事顺利 | 来源:发表于2019-08-16 13:04 被阅读0次

Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁。Shell 既是一种命令语言,又是一种程序设计语言。
Shell 是指一种应用程序,这个应用程序提供了一个界面,用户通过这个界面访问操作系统内核的服务。

wsl
开启默认子系统

pic
debian(子系统名称)
直接输入子系统名称打开目标子系统
pic

bash
Bash,也就是 Bourne Again Shell,一种Linux的Shell。此指令开启默认子系统的bash

pic

通过以下方式执行命令:

     -c [command]
    bash -c [command]
    wsl [command] (NOTE: In this case you don’t append ‘-c’, you just type in your command)

相关文章

网友评论

      本文标题:Linux - WSL

      本文链接:https://www.haomeiwen.com/subject/gymfsctx.html