Is there a way to set an environment variable on a Unix/Linux machine (not process) using .NET Core?
I noticed that I can use Environment.SetEnvironmentVarible for Windows, however, after searching I haven't found an equivalent for a Unix/Linux system.