1. ホーム
  2. windows

Windowsで特定のフォルダまたはカレントフォルダでWSL Ubuntuを起動する

2023-10-24 22:37:11

質問

Subsystem for Linux と Ubuntu をストアから開発マシンにインストールした場合、Ubuntu シェルに切り替える (または起動する) には、次のようにします。

しかし、Ubuntuのシェル起動は /home/techsupp フォルダで起動します。私が使用しているフォルダと同じフォルダで起動するように強制することは可能でしょうか? Ubuntu コマンドを使用するのと同じフォルダで起動させることは可能ですか?

ですから、私の例では、私は

/mnt/h

ありがとうございました。

すでに試したこと

H:\>ubuntu help
Launches or configures a linux distribution.

Usage:
    <no args>
      - Launches the distro's default behavior. By default, this launches your default shell.

    run <command line>
      - Run the given command line in that distro, using the default configuration.
      - Everything after `run ` is passed to the linux LaunchProcess call.

    config [setting [value]]
      - Configure certain settings for this distro.
      - Settings are any of the following (by default)
        - `--default-user <username>`: Set the default user for this distro to <username>

    clean
      - Uninstalls the distro. The appx remains on your machine. This can be
        useful for "factory resetting" your instance. This removes the linux
        filesystem from the disk, but not the app from your PC, so you don't
        need to redownload the entire tar.gz again.

    help
      - Print this usage message.

また、uservoiceでこのようなリクエストを発見しました。 https://wpdev.uservoice.com/forums/266908-command-prompt-console-windows-subsystem-for-l/suggestions/13421103-let-us-right-click-open-bash-here-from-explorer?tracking_code=8a8bc624c72a8336565fcd6d5737d712

投票をお願いします。

どのように解決するのですか?

Windows 10 Home with May Updateで、WSL用のUbuntu 18.04をインストールしていますが、任意のフォルダでコンソールを開くには シフト+右クリック を選択し ここでLinuxのシェルを開く オプション