adspace


What is meant by u-area?

Answer Posted / Kuldeep Tiwari

In Unix, U-Area refers to a section of the kernel stack where per-process information is stored. This includes the process's user structure (task_struct), signal handlers, and other process-specific data.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988