Results 1 to 2 of 2
hi
I have restart.sh ,which is a shell script ,I want to execute this through JavaScript.The browser is mozilla.Is there any way to do so, all my attempts have failed. ...
- 09-26-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 1
Shell Script
hi
I have restart.sh ,which is a shell script ,I want to execute this through JavaScript.The browser is mozilla.Is there any way to do so, all my attempts have failed. If anyone knows something .plz let me know.
Thankx in advance.
- 09-27-2007 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Executing files directly from a browser is a security risk, particularly shell files. I believe this is usually disabled and certainly not recommended. What is it you are trying to do? There maybe a better way to do it.


Reply With Quote