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