0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

WSL コマンド

Posted at

WSL(Windows Subsystem for Linux)を使用すると、Windows上でLinuxコマンドを実行できる

WSLの起動

wsl

デフォルトのWSLディストリビューションが起動

WSLディストリビューションの一覧表示

wsl --list

インストールされているWSLディストリビューションの一覧が表示される

特定のWSLディストリビューションの起動

wsl --distribution <ディストリビューション名>

指定したWSLディストリビューションが起動

WSLディストリビューションの追加

wsl --install

WSLディストリビューションを追加できる
このコマンドは管理者権限が必要

WSLディストリビューションの削除

wsl --unregister <ディストリビューション名>

指定したWSLディストリビューションが削除される

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?