From f4e8f15ded9d0b3122027dcb104c6002675496d4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 29 Dec 2017 00:00:45 +0100 Subject: [PATCH] Manual: A note on order of --stdout and --stderr --- isolate.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/isolate.1.txt b/isolate.1.txt index 2e03567..7c868bc 100644 --- a/isolate.1.txt +++ b/isolate.1.txt @@ -102,7 +102,8 @@ OPTIONS *-r, --stderr=*'file':: Redirect standard error output to 'file'. The 'file' has to be accessible inside the sandbox. Otherwise, standard error output is inherited from the - parent process. + parent process. Stderr is redirected after stdout, so *--stderr=/dev/fd/1* + works (assuming that */dev* is available inside the box). *-c, --chdir=*'dir':: Change directory to 'dir' before executing the program. This path must be