I have installed splunk on Linux OS which is bash version.
After installation when I have started with the command sudo /bin/sh splunk start --accept-license
It s throwing me a error : /bin/sh:0: cant open splunk
U have set the file permissions as well
I ve also tried running sudo ./splunk start --accept-license
Its throwing me an error Unterminated quoted string
Please advise how to p
splunk start --accept-license
should work. Perhaps your version of Linux ("bash" is not a version, BTW) uses systemctl. In that case, try
sudo systemctl start splunk