from subprocess import call
call(["ls", "-al","/home"])
call(["touch", "/will_this_work"])
call(["ls", "-al","/"])