LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   ./phpmyadmin.sh: permission denied (https://www.linuxquestions.org/questions/linux-server-73/phpmyadmin-sh-permission-denied-4175452467/)

enteih20 03-03-2013 12:38 AM

./phpmyadmin.sh: permission denied
 
Im not really good at linux stuff so please give new person friendly advice/things to do.

Anyway, i am trying to install phpmyadmin on MineOS CRUX and i have done everything the youtube vids say to do, but when i try to type ./phpmyadmin.sh it says permission denied. Please help ASAP.

this is what the console looks like when i do the commands i need to do.

Welcome to MineOS CRUX!

mc:~/ $ su -
Password:
root:~/ $ cd /usr/games/minecraft/addons/
root:addons/ $ ./phpmyadmin.sh
-su: ./phpmyadmin.sh: Permission denied

sag47 03-03-2013 01:06 AM

Code:

chmod 755 phpmyadmin.sh
./phpmyadmin.sh

To learn more about permissions and how to modify them refer to this tutorial.

fortran 03-04-2013 04:21 AM

Make the file executable using
Code:

chmod +x phpmyadmin.sh
Now run the script.
Code:

./phpmyadmin.sh


All times are GMT -5. The time now is 08:30 AM.