The commands module contains wrapper functions for os.popen() which take a system command as a string and return any output generated by the command and, optionally, the exit status. The subprocess module provides more powerful facilities for spawning new