I recently found, that I can make Linux system calls from .NET relatively easy. For example, to see if I need sudo I just make a signature like this: Neat. So much easier and faster than everything else, right? This is the simplest possible system call, other use strings and structures. After some digging in the documentation and testing for