Linux
‘/mnt/c$: No such file or directory’ 使用 WSL 執行 Kali 時
我
/mnt/c$ curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
在 Kali 上執行以安裝 metasploit,但是當我執行它時,我得到了這個:-bash: /mnt/c$: No such file or directory
我將 automount 添加到 wsl.conf 並重新啟動 wsl,但它仍然無法正常工作。
您錯誤地複制/粘貼了太多要執行的命令。旨在作為
/mnt/c$
提示,不應作為命令的一部分輸入。您將在執行中取得更多進展:curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall