相关疑难解决方法(0)

如何从 Windows 10 WSL 访问 linux/Ubuntu 文件?

这个问题回答了如何从 Ubuntu Bash 访问 Windows 文件,但我该怎么做?

具体来说,我需要从位于/home/mark/.ssh/id_rsaBash 下的Windows 访问我的 SSH 密钥。

windows-10 windows-subsystem-for-linux windows-10-v1607

146
推荐指数
7
解决办法
24万
查看次数

是否可以从 Linux 终端的 Windows 子系统内部打开 Windows 应用程序?

因此,最近我下载了适用于 Windows 的 Ubuntu 安装版 Linux,因为我想学习如何使用 bash shell。到目前为止我一直很喜欢它,但想知道是否有办法做到上述几点?假设我的计算机上安装了 iTunes,并且我想从 Linux 终端打开它。那可能吗?我尝试进入终端中的桌面​​文件夹并打开 .lnk 文件,但它只是向我抛出“无法执行二进制文件:Exec 格式错误”。有人知道是否可能吗?

terminal ubuntu windows-subsystem-for-linux

7
推荐指数
1
解决办法
7561
查看次数

如何在 Windows 上的 bash 中使用启动命令

我想在 Windows上的 Ubuntu(即 WSL)上的 bash 中使用 Windowsstart命令。但是,我不能通过简单地输入来使用它start

nek@NEK:/mnt/c/Users/Nek$ start test.txt
Command 'start' is available in '/sbin/start'
The command could not be located because '/sbin' is not included in the PATH environment variable.
This is most likely caused by the lack of administrative privileges associated with your user account.
start: command not found
Run Code Online (Sandbox Code Playgroud)

我注意到这start.exe可能不存在。

C:\Users\Nek>where start
INFO: Could not find files for the given pattern(s).
Run Code Online (Sandbox Code Playgroud)

start内置命令吗?我们可以start在 bash 中使用吗?

环境

  • Windows …

windows windows-subsystem-for-linux

5
推荐指数
2
解决办法
2万
查看次数