-
Enjoy the top incredible applications for your android mobiles Why not make some fun with android applications. Here are the most used and delightful applications which you can use in your android mobile phones […]
-
Answer : Components of a Linux System:
The Linux system is composed of three main bodies of code in line with most;traditional UNIX implementations:
1. Kernel. The kernel is responsible f […]
-
A process is the unit of work. A process is a program in execution.
It has many states
1) New :-Process creation
2) Running :- Execution of process
3) Waiting :- Waiting for some event […]
-
Fork() system call is used to create a new process and exec() system call executes this process same as its parent process is running. vfork() is a special case of clone and is used to create new processes […]