I have the main asp.net web application for linux, now I want to execute the shell command and get the result form command, I have no idea, please help me.
Is there any way to execute a Linux shell command from an ASP.NET main application and return the value to a variable?
source
share