| View previous topic :: View next topic |
| Author |
Message |
raptor Apprentice

Joined: 20 Sep 2002 Posts: 155
|
Posted: Sun Nov 17, 2002 8:48 pm Post subject: rc-show ?! |
|
|
hi is there a tool to show current state of running services and tree-like will be good :"))
or atleast something like "ntsysv" :")
PS.> I see you are telling me to use this :") :
ls /etc/runlevels/* | perl -pe 's/\s+/\n[*] /' | less
still tree-like will be better .... also this way i cant see stopped services .. |
|
| Back to top |
|
 |
jondkent Apprentice


Joined: 26 Jul 2002 Posts: 289 Location: London
|
Posted: Sun Nov 17, 2002 9:52 pm Post subject: |
|
|
Not a tool as such but you could look at the contents of :
| Code: | | /mnt/.init.d/started |
which'll show you what was started at boot time.
Jon |
|
| Back to top |
|
 |
|