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

관련 정보