Command not found

Wander Boessenkool wander at kanslozebagger.org
Sat Aug 12 15:32:10 UTC 2006


On 8/12/06, Stephen Liu <satimis at yahoo.com> wrote:
> $ cd /path/to/folder
> $ sudo ./jrockit-R26.4.0-jdk1.5.0_06-linux-x64.bin
> Password:
> sudo: ./jrockit-R26.4.0-jdk1.5.0_06-linux-x64.bin: command not found

The file is probably not executable, try: chmod +x
jrockit-R26.4.0-jdk1.5.0_06-linux-x64.bin

and then:

sudo ./jrockit-R26.4.0-jdk1.5.0_06-linux-x64.bin

chmod +x will set the executable bit on the file, telling the system
that it can be executed.

For more info see: man chmod




More information about the ubuntu-users mailing list