I have downloaded a bin installation file named "LianjaAppBuilder-1.2.2-linux-x86_64-installer1.bin". I want to run it in terminal but when i type "./LianjaAppBuilder-1.2.2-linux-x86_64-installer1.bin" it says not such file or directory is found. How can I run this file?
Asked
Active
Viewed 772 times
1 Answers
-1
- Check you are in same directory where it downloaded. If not, go to the directory where it downloaded using the
cd
command. - Give execute permission to the file using the command:
chmod u+x file
- Now try to execute
./example-file
If asked for root permission, prefix the command withsudo

karel
- 114,770

Hackaholic
- 99
-
THANK YOU VERY MUCH REALLY "CD" COMMAND WORKED , I APPRECIATE YOUR HELP AND PRAY FOR YOU !!! – Fuad Ak Nov 02 '14 at 05:57