How to execute a linux command by python?

Daniel Nogradi nogradi at gmail.com
Wed Oct 18 13:25:22 EDT 2006


> > How to execute a linux command by python?
> > for example: execute "ls"  or "useradd oracle"
> > Who can help me?
>
> start here:
>
>      http://www.python.org/doc/lib/
>

And continue here:

http://www.python.org/doc/lib/os-process.html



More information about the Python-list mailing list