I am studying unix operating system. And I am having lot confusion regarding process data structure in unix.
1> Are there separate process tables per processes or only one that only kernel manipulate based currently active process.
2> Does file descriptor of process resides in its u-area?