How does ASP.NET Core execute a Linux shell command?

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?

+4
source share

Source: https://habr.com/ru/post/1661702/


All Articles