Writing standard output and error
each process has stdin, a stdout and stderr file descriptors.
The standard approach is the use of stdout as a process output and stderr as process error output.
As these are the file descriptors, the destination where the data is written could be an...
blog.cloudnativefolks.org2 min read