fork download
  1. from subprocess import call
  2. call(["ls", "-al","/home"])
  3. call(["ls", "-al","/home/EBUC6S"])
Success #stdin #stdout #stderr 0.01s 7860KB
stdin
Standard input is empty
stdout
total 12
drwxr-xr-x  3 root root  4096 2014-01-21 12:10 .
drwxr-xr-x 12 root root  4096 2013-10-18 10:08 ..
drwxr-x---  2 root 20100 4096 2014-01-21 12:10 WbgYWs
stderr
ls: cannot access /home/EBUC6S: No such file or directory