Unix Threads Question:
Download Questions PDF

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

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain similarities between thread and process?Explain What are threads?