from subprocess import call call(["ls", "-al","/home"]) call(["ls", "-al","/home/EBUC6S"])
Standard input is empty
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
ls: cannot access /home/EBUC6S: No such file or directory