Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing UNIX command line via the web

Status
Not open for further replies.

tahir

Programmer
Oct 5, 2001
6
US
I am trying to execute UNIX command line statements via the web. It is a IIS 5.0, Windows 2000 server and I will be using Active Server Pages. How can I call a UNIX shell script interactively via the Web?
 
This is not a good idea... Security issues are going to be a common thing for you; however, one thing you can do
is use expect and write a script that will login to the box
execute the command and redirect the out put
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top