how to edit the network interface device type in container(zone) in solaris 10?
Answer Posted / imran khan
zonecfg -z <zonename>
add net
set physical=<network interface device>
end
verify
commit
exit
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain what is protection boundary?
Explain what is scheduling?
How would you kill a process?
explain about the initial process sequence while the system boots up?
What is the window of the working set of a process?
Tell me when should we use thread-safe "_r" library calls?
Explain what are threads?
What is the working set of a process?
List the system calls used for process management?
What is protection boundary?
If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?
Explain similarities between thread and process?
Explain what are the main families of threads?
Explain critical section?