os.system

os.popen()

commands.getstatusoutput(cmd)

(status, output) = commands.getstatusoutput('cat /proc/cpuinfo')
05-11 03:32