Skip to content

Commit

Permalink
Manual: A note on order of --stdout and --stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
gollux committed Dec 28, 2017
1 parent f7b60f2 commit f4e8f15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion isolate.1.txt
Expand Up @@ -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
Expand Down

0 comments on commit f4e8f15

Please sign in to comment.