I never went outside of windows before last week, I was asked to make a VM with elasticsearch/logstash/kibana/jdk8 on it.
I'm using a regular non sudoer user.
I extracted each tar.gz file and got 4 folder.
First to launch elastic search I had to make the 'elastisearch' file executable using chmod +x. Then it failed because other files needed to be executable. Then it failed because some files in the bin folder of the java JDK needed to be executable.
Is there an other way to install stuff on linux? or each time it's a game about "let's see which file I need to chmod"?
Thanks.
Ps : I'm using CentOs 7
-p
option is best. Also if doing it manually you can usechmod -R
to recursively do subdirectories. – Michael Durrant Mar 10 '16 at 01:21