fork download
  1. echo "ok" > aaa.txt
  2. ls -la
Success #stdin #stdout #stderr 0s 4412KB
stdin
Standard input is empty
stdout
total 12
drwxr-x--- 2 root 1000 4096 Nov 22 19:49 .
drwxr-xr-x 3 root root 4096 Nov 22 19:49 ..
-rw-rw-r-- 1 root root   26 Nov 22 19:49 prog.sh
stderr
./prog.sh: line 1: aaa.txt: Permission denied