C Compiler Contributor Mar 8, 2010 #1 HI guys , I want to create a simple website which can communicate with unix server. For example i want to run some command on a unix server through a website. What will be the best approach to do the same. Kindly help .
HI guys , I want to create a simple website which can communicate with unix server. For example i want to run some command on a unix server through a website. What will be the best approach to do the same. Kindly help .
K kunaldua Contributor Mar 8, 2010 #2 You can do the job with any scripting language or even PHP which will allow you to run Unix commands via "shell" function call.
You can do the job with any scripting language or even PHP which will allow you to run Unix commands via "shell" function call.