I am trying to run a “screen” utility in the Windows subsystem for Linux on Windows 10 (version 1703, Build OS 15063.483).
It seems that I need additional permissions to run it (it works if I "sudo" it), but I do not understand why this is necessary.
What is the recommended setup method?
Is there a reason this is not set by default?
$ screen
Cannot make directory '/var/run/screen': Permission denied
source
share