Re: restarting a service

2001-08-07 Thread Andor Dirner
> In Redhat, I would:  /etc/rc.d/init.d/smb restart
> to restart a service.
> 
> How do I do that with Debian?
/etc/init.d/samba

this will start/stop/reload/restart samba services if samba has to
be started as daemon (-D param for /usr/sbin/smbd and /usr/sbin/nmbd).
Otherwise, samba will be started on demand (inetd).

Take a look at /usr/sbin/sambaconfig.

 
> 
> Robert S. Koss, Ph.D.   | Training and Mentoring
> Senior Consultant   | Object Oriented Design
> Object Mentor, Inc. | C++, Java
> www.objectmentor.com| Extreme Programming
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
> 

--andor

Free science and free software are just two aspects of the same complex
reality: long-term human survival.
Support humankind, use Linux.



Re: restarting a service

2001-08-07 Thread Jordi S. Bunster

> How do I do that with Debian?

Just ommit the /rc.d part

  Jordi S. Bunster
<[EMAIL PROTECTED]>




Re: restarting a service

2001-08-07 Thread Hall Stevenson
> In Redhat, I would:  /etc/rc.d/init.d/smb restart
> to restart a service.
> 
> How do I do that with Debian?

/etc/init.d/smb restart (or reload or force-reload)



Re: restarting a service

2001-08-07 Thread Miguel Griffa

At 02:39 p.m. 07/08/01 -0400, Bob Koss wrote:

In Redhat, I would:  /etc/rc.d/init.d/smb restart
to restart a service.

How do I do that with Debian?


/etc/init.d/samba restart





Robert S. Koss, Ph.D.   | Training and Mentoring
Senior Consultant   | Object Oriented Design
Object Mentor, Inc. | C++, Java
www.objectmentor.com| Extreme Programming


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




restarting a service

2001-08-07 Thread Bob Koss
In Redhat, I would:  /etc/rc.d/init.d/smb restart
to restart a service.

How do I do that with Debian?


Robert S. Koss, Ph.D.   | Training and Mentoring
Senior Consultant   | Object Oriented Design
Object Mentor, Inc. | C++, Java
www.objectmentor.com| Extreme Programming