How to execute commands in internal zones of solaris using python running from the global zone ?

Hishaam hishaam.ab at gmail.com
Mon Aug 11 06:39:59 EDT 2008


How to execute commands in internal zones of solaris using python
running from the global zone ?

i tried --
1> os.popen("zlogin <zone1>")
2> os.popen("zonename")

the 2nd command executes back into the global zone and not into the
internal zone
can anyone help?


Hishaam



More information about the Python-list mailing list