為什麼我在安裝 xampp 時收到「權限被拒絕」?

為什麼我在安裝 xampp 時收到「權限被拒絕」?

我正在輸入安裝 xampp 的命令,但訪問被拒絕。如何解決呢?

$ cd ~/Downloads
Downloads$ sudo su
Downloads# sudo chmode 777
sudo: chmode: command not found
Downloads# sudo chmode 777xampp-linux-x86-5.6.30.1-installer.run
sudo: chmode: command not found
Downloads# sudo chmode 777 xampp-linux-x86-5.6.30.1-installer.run
sudo: chmode: command not found
Downloads# ./ xampp-linux-x86-5.6.30.1-installer.run
bash: ./: is a directory
Downloads# ./xampp-linux-x86-5.6.30.1-installer.run
bash: ./xampp-linux-x86-5.6.30.1-installer.run: Permission denied

答案1

你需要使用chmod而不是chmode

相關內容