Regarding Telnet library in python
The ouput of it as follows: - Enter your remote account: root Last login: Mon Aug 13 11:54:32 from pcp246879pcs.ca Sun Microsystems Inc. SunOS 5.10 Generic January 2
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 ") 2> os.popen("zonename") the 2nd command executes back into the global zone and not into the internal zone can anyone help? Hishaam