difference between restarting a daemon and a service

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat difference between restarting a daemon and a service
# 1  
Old 07-20-2009
difference between restarting a daemon and a service

Hi,

Can you please clear me the difference between restarting the daemon and the service. To be more clear,

/etc/init.d/mysqld restart
and
/etc/init.d/mysqld restart

What is the difference on this both two?.....
# 2  
Old 07-20-2009
You typed the exact same thing
# 3  
Old 07-21-2009
Sorry for my typo:

/etc/init.d/mysql restart

or
/etc/init.d/mysqld restart

difference between both the restart?
# 4  
Old 07-21-2009
This may sound strange, but have you tried reading the scripts? I believe one is the Mysql client and one is the server.
# 5  
Old 07-21-2009
Also, daemon and service are same thing. Unix services are usually called daemons. And windows call services services. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Changes in dhcpd.conf do not make a difference in DHCP service behaviour

Hi Experts, Our DHCP server currently answers the DHCP Discover requests from ServerX. In our dhcpd.conf file there are parameters defined for ServerX. Now we introduced some additional Servers into the network and want them to get service from the same DHCP server. Similar configuration... (13 Replies)
Discussion started by: ekorgur
13 Replies

2. Shell Programming and Scripting

How to integrate all the systemctl commands into a shell script to verify any daemon/agent service?

Hi, Can we integrate all the systemctl command into a shell script to verify any service with all the options of systemctl if service integrate with the operating system service management tools to deliver their functionality. sudo systemctl start <service_name> sudo systemctl stop... (1 Reply)
Discussion started by: Mannu2525
1 Replies

3. Solaris

Service is restarting too quickly

Hi guys, one of my services in solaris 10 is in maintenance mode. When I checked why, the reason is that the service is "restarting too quickly." # svcs -x svc:/application/management/snmpdx:default svc:/application/management/snmpdx:default (Sun Solstice Enterprise Master Agent) State:... (2 Replies)
Discussion started by: cjashu
2 Replies

4. Red Hat

Can't start NTOP service/daemon

I have installed version of ntop 4.0.3 by guide. But I can't start ntop daemon/service. I didn't find a service file for starting. During the installation there was no problem only want to RRDTool so I installed that. Now there is no necessary package required. I didn't find in /etc/init.d/... (9 Replies)
Discussion started by: getrue
9 Replies

5. Red Hat

"service" , "process" and " daemon" ?

Friends , Anybody plz tell me what is the basic difference between "service" , "process" and " daemon" ? Waiting for kind reply .. .. (1 Reply)
Discussion started by: shipon_97
1 Replies

6. UNIX for Dummies Questions & Answers

restarting lpd service question

Hi, Im wondering, if I do a restart of my lpd service, will it clear the print queue? Or will the file in queue will still be there after the restart? Thank you (1 Reply)
Discussion started by: Nayas
1 Replies
Login or Register to Ask a Question