LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   error Permission denied (https://www.linuxquestions.org/questions/linux-software-2/error-permission-denied-4175471775/)

areza 08-01-2013 04:12 PM

error Permission denied
 
hi to all.
i've just istall ADELI software and add the path:
export PATH=$PATH:/media/C/X/3p4/bin
echo 'export PATH=$PATH:/media/C/X/3p4/bin' >> ~/.bashrc

and the path:
export PATH=$PATH:/media/C/X/3p4/com
echo 'export PATH=$PATH:/media/C/X/3p4/com' >> ~/.bashrc

but when i type adeli is says: Permission denied.
what's wrong?

BeachHead 08-01-2013 05:07 PM

Type 'which adeli' to see if the path is correct.

Change permissions of the folder and corresponding files with chmod and chown.

eklavya 08-02-2013 01:00 AM

You haven't mentioned your distribution. Have you followed this step properly?
Quote:

Add the paths X/bin and X/com in the \PATH variable in the .bashrc file
Which means you will have to recompile the code in 3p4/source2d/, etc.
The new binary will be : 3p4/bin/adeli_3.4b.lin


All times are GMT -5. The time now is 01:26 PM.