from subprocess import call
call(["whoami"])
call(["cat","/var/log/installer/hardware-summary")