Ho to run linux bash script from web browser?
- by sahil007
Hi i have web server on it also. i had made simple bash script using vi editor..which will open file and then add some lines into it at last it will save automatically...and after that 2-3 linux comand will be run as a specific user.
Now i want to do the same from web browser...so what i need to do for this?
html?perl?python?cgi?....?whcih is easy way to do the same?