0

I am a newbie to the Linux Environment(Ubuntu in this case) and I needed to download Netbeans for developing a software i'm working on. So, I read it on the web about how to install Netbeans on Ubuntu. I have performed all the previous steps successfully , Now when I'm running this comand

chmod +x netbeans-8.2-javaee-linux.sh

to make the '.sh' file executable, the terminal is showing this error

chmod: cannot access 'netbeans-8.2-javaee-linux.sh': No such file or directory

I don't know how to Proceed now. Any and every help shall be appreciated.

Thanks In Advance ! PS: I've already downloaded the 'netbeans-8.2-javaee-linux.sh' file

Mr. X
  • 1

1 Answers1

0

The error No such file or directory occurs when the file/directory mentioned in the command given does not exist in the location.

Assuming you downloaded the file to the default Downloads folder then you need to go to that folder first:

cd Downloads

Then issue the command you want, chmod +x netbeans-8.2-javaee-linux.sh