⟩ What are the common errors you find in Solaris Volume manager?
There two common errors or problems you will encounter in SVM and these are
1.Maintainence mode( Due to lack of syncronization or some other error)
2.Disk faulty is the second one!
There two common errors or problems you will encounter in SVM and these are
1.Maintainence mode( Due to lack of syncronization or some other error)
2.Disk faulty is the second one!
Give examples of how memory leaks can occur with c programs?
Explain the Unix file system?
How would you remove a semaphore / shared memory whose owner processes have died?
What is stty used for?
What type of scheduling is used in Unix?
Explain difference between IPC mechanisms?
Construct pipes to execute the following jobs?
Explain task spawn in vxworks?
Write a code to connect Hardware interrupt to ISR and explain?
Suppose there is a global variable & a static global variable.Both gets memory allocated from the data segment. Then how does the visiblity of static global varible gets limited to the file alone (in which it gets declared)