Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
edited by

I am following the example commands from web sites but it isn't helping!

Where am I going wrong?

chmod +x jdk-6u24-linux-i586-rpm.bin

./jdk-6u24-linux-i586-rpm.bin

Results :

bash: ./jdk-6u24-linux-i586-rpm.bin: /bin/sh: bad interpreter: Permission denied

After doing

sh jdk-6u24-linux-i586-rpm.bin

It gets me this:

enter image description here

Did this install fail? Is my file corrupted??? Thanks!!

1 Answer

0 votes
by (36.8k points)

You can run it using the sh itself, i.e

sh jdk-6u24-linux-i586-rpm.bin

 Come and join Linux training to gain great knowledge. 

Do check out the video below

 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Feb 9, 2021 in Linux by blackindya (18.4k points)
0 votes
1 answer
0 votes
1 answer
asked Feb 5, 2021 in Linux by blackindya (18.4k points)

Browse Categories

...