We are trying to pass commands or shell scripts execution to Linux server from ASP.net.
For example, if we pass command ls from ASP.NET to Linux server, then it must provide a list of files present in the respective path to ASP.NET as output.
Can anyone share the idea how we can achieve this?
ls). Check it out, it may help you out...