what is the difference between service and process?
Answer Posted / sivakumar
A process is any piece of software that is running on a
computer. For example, your anti-virus software runs in the
background as a process, which was automatically started
when the computer booted. Some processes start when your
computer boots, others are started manually when needed.
Some processes are services that publish methods to access
them, so other programs can call them as needed. Printing
services would be an example of a service type of process,
where your email program can just call the print services
process to say it wants to print, and the service does the
actual work.
Is This Answer Correct ? | 64 Yes | 7 No |
Post New Answer View All Answers
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What is iptables command in linux?
What is cmake in linux?
How do I navigate in cmd?
What does chmod 755 do?
What does rmdir do in linux?
How do you sort cpu in top command?
Which daemon is used for scheduling of the commands?
what is the fastest way to enter a series of commands from the command-line in linux
What is $@ in shell?
What is the command to calculate the size of a folder?
Is python faster than bash?
Which command will show you free/used memory? Does free memory exist on linux?
How do you copy in terminal?
Explain about communication features in UNIX?