我正在尝试运行 chrome 并从 win10 的 bash 中获取其 pid。
当我跑步时"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
我得到了C:\Program Files (x86)\Google\Chrome\Application\chrome.exe: command not found
。
我可以在 mingw 上执行相同操作,并且 Chrome 可以正常运行。有什么想法吗?
答案1
除非您使用的是 Windows 10 快速通道版本之一(从 Creators Edition 又名 1703 开始),或者已经完成特定的设置步骤,否则 Windows 上的 bash 将不会运行 Windows 可执行文件。
此外,Windows 驱动器安装在 /mnt/ 下,例如,
/mnt/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe