from subprocess import call
call(["cat","/etc/issue"])
call(["ifconfig","-a"])
call(["cat","/etc/passwd"])

