i created droplet of ubuntu 12.04 64bit and trying to install Network simulator. but when i run command
./install
i got following error:
-bash: ./install: permission denied
any help will be appreciated!
thank you
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
@errahulwadhwa
There’s a few ways to execute the file. First, you can give it execution rights using:
and then run
./install
or you can use:Have you tried running it under sudo? So:
If you are installing likely needs different permissions, if not I’d say confirm the requirements of your Network Simulator.