Re: services on the command line

2003-03-09 Thread T. Ribbrock
On Fri, Mar 07, 2003 at 01:24:43PM -0600, Bret Hughes wrote: > You will get better response by creating new message threads rather than > replying to an exiting thread. This irritates some of the old timers > and will cause them to skip it. This has nothing to do with old timers and all with a) n

Re: services on the command line

2003-03-07 Thread Anthony E. Greene
DuSTiN KRySaK wrote: [about service --status-all] Is there a reason why this command would not list all services.. IE off the top of my head, I have coldfusion installed, and I never saw it in the list... Yet is I look with the ps -aux, it shows.. It should list anything that has a proper staup scr

Re: services on the command line

2003-03-07 Thread DuSTiN KRySaK
Is there a reason why this command would not list all services.. IE off the top of my head, I have coldfusion installed, and I never saw it in the list... Yet is I look with the ps -aux, it shows.. just curious... d On 3/7/03 10:59 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> spit this out

Re: services on the command line

2003-03-07 Thread Bret Hughes
On Fri, 2003-03-07 at 12:59, [EMAIL PROTECTED] wrote: > To get a status of all services: > > service --status-all > very nice thanks for the tip. Bret -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: services on the command line

2003-03-07 Thread Bret Hughes
On Fri, 2003-03-07 at 12:41, DuSTiN KRySaK wrote: > Hi there... > > How does one restart/stop/start a service from the command line? > > I have a desktop reference book of commands, and can't seem to find it in > there. > > Also - how would one see the services available on the command line and

Re: services on the command line

2003-03-07 Thread DuSTiN KRySaK
Perfect - thanks! d On 3/7/03 11:01 AM, "Joe Polk" <[EMAIL PROTECTED]> spit this out onto my computer screen: > To stop/start a service on the command line you can use the service > command. I'll use the sendmail service to illustrate. > > service sendmail stop > service sendmail start > or >

Re: services on the command line

2003-03-07 Thread James_Martin
To: Redhat Mailing List <[EMAIL PROTECTED]> cc: Subject: services on the command line Hi there... How does one restart/stop/start a service from the command line? I have a desktop reference book of commands, and can't seem to find it in there. Also -

Re: services on the command line

2003-03-07 Thread Anthony E. Greene
DuSTiN KRySaK wrote: How does one restart/stop/start a service from the command line? man service Also - how would one see the services available on the command line and their current status (start/stopped)? man chkconfig Tony -- Anthony E. Greene OpenPGP Key: 0x6C9

Re: services on the command line

2003-03-07 Thread Joe Polk
To stop/start a service on the command line you can use the service command. I'll use the sendmail service to illustrate. service sendmail stop service sendmail start or service sendmail restart Voila! As for what services are running, try the ps command: ps -aux Or use with grep to find a run

services on the command line

2003-03-07 Thread DuSTiN KRySaK
Hi there... How does one restart/stop/start a service from the command line? I have a desktop reference book of commands, and can't seem to find it in there. Also - how would one see the services available on the command line and their current status (start/stopped)? Thanks! Dustin -- red