
hishaam.ab at gmail
Aug 11, 2008, 3:39 AM
Views: 395
Permalink
|
|
How to execute commands in internal zones of solaris using python running from the global zone ?
|
|
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 -- http://mail.python.org/mailman/listinfo/python-list
|