As described in Section 4.5.2, Linux does not distinguish between processes and threads. Instead, Linux treats both

Question:

As described in Section 4.5.2, Linux does not distinguish between processes and threads. Instead, Linux treats both in the same way, allowing a task to be more akin to a process or a thread depending on the set of flags passed to the clone() system call. However, many operating systems- such as Windows XP and Solaris-treat processes and threads differently. Typically, such systems use a notation where in the data structure for a process contains pointers to the separate threads belonging to the process. Contrast these two approaches for modeling processes and threads within the kernel.
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: