这个问题回答了如何从 Ubuntu Bash 访问 Windows 文件,但我该怎么做?
具体来说,我需要从位于/home/mark/.ssh/id_rsaBash 下的Windows 访问我的 SSH 密钥。
因此,最近我下载了适用于 Windows 的 Ubuntu 安装版 Linux,因为我想学习如何使用 bash shell。到目前为止我一直很喜欢它,但想知道是否有办法做到上述几点?假设我的计算机上安装了 iTunes,并且我想从 Linux 终端打开它。那可能吗?我尝试进入终端中的桌面文件夹并打开 .lnk 文件,但它只是向我抛出“无法执行二进制文件:Exec 格式错误”。有人知道是否可能吗?
我想在 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 中使用吗?
您可以使用该gx命令在 vim 中打开 URL。在 WSL 中的 Ubuntu 中使用 vim 时可以吗?