Re: Listing services

2005-03-04 Thread Brian Dessent
David Rothenberger wrote: > I do it with the following script which uses /proc. That's an interesting script but it has a couple of deficiencies. It does not list services with names that start with a "." and it breaks on services with a space in the name when -n is used. It's also very slow wi

Re: Listing services

2005-03-04 Thread GD
Al Slater wrote: Colin JN Breame wrote: | Anyone know how to list the names and descriptions of all the services on the system? psservice in pstools package at http://www.sysinternals.com will do that and more. $ psservice.exe query sshd PsService v2.13 - Service information and configuration utili

Re: Listing services

2005-03-04 Thread David Rothenberger
On 3/4/2005 3:50 AM, Colin JN Breame wrote: Hello, Anyone know how to list the names and descriptions of all the services on the system? Cheers, I do it with the following script which uses /proc. -- David Rothenbergerspammer? -> [EMAIL PROTECTED] GPG/PGP: 0x7F67E734, C233 365A 25EF

Re: Listing services

2005-03-04 Thread Al Slater
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Colin JN Breame wrote: | Anyone know how to list the names and descriptions of all the services on the | system? psservice in pstools package at http://www.sysinternals.com will do that and more. - -- Al Slater Technical Director Stanton Consultancy ---

RE: Listing services

2005-03-04 Thread Dave Korn
Original Message >From: Colin JN Breame >Sent: 04 March 2005 11:50 > Hello, > > Anyone know how to list the names and descriptions of all the services on > the system? I dunno how to do it in a cygwin fashion, so this is OT, but you can use the 'doze command line utility "sc": --