What kill -l do
It displays the signals supported by system and their numbers
Why we create threads
Process is expensive. Multiple threads can run simultaneously. A thread can be independent unit in CPU.
Does each thread has its own thread Id, stack, CPU context, priority and errno
Yes
What are 2 levels of threads
2. Kernel level thread
What are similarities between threads and processes
What are differences between threads and processes
What is example of multi threaded server
Web browser
What are advantages of threads