Unix Threads Question: Download Unix Threads PDF

How to edit the network interface device type in container(zone) in Solaris 10?

Tweet Share WhatsApp

Answer:

just edit

vi /etc/zones/<zonename.xml> file
then change the value of physical=<nic>
and save it.
after that reboot zone.
by
zoneadm -z <zonename> boot
zlogin <zonename>

Download Unix Threads PDF Read All 12 Unix Threads Questions
Previous QuestionNext Question
Explain similarities between thread and process?Explain What are threads?