Python: executing ping and whois

John J. Lee jjl at pobox.com
Wed Aug 20 18:27:34 EDT 2003


wim_wauters at skynet.be (WIWA) writes:

> Anybody that could tell me how to execute some Linux commands using
> Python.
[...]

os.system, os.popen*, popen2 module.  Also

http://pexpect.sourceforge.net/


John




More information about the Python-list mailing list