LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   MEPIS (https://www.linuxquestions.org/questions/mepis-64/)
-   -   Program Management (https://www.linuxquestions.org/questions/mepis-64/program-management-434320/)

GNewbie 04-11-2006 11:03 PM

Program Management
 
hi all,

how do i find out what programs are currently running?

how do i shut down programs that i don't want to run? eg, apache.

tia...

gilead 04-11-2006 11:39 PM

Have a look at the man pages for top and ps for listings of running processes. I'm not sure what system mepis uses for starting/stopping things like apache, but have a look for directories like /etc/rc.d or /etc/rc.d/init.d

In those directories should be the scripts for starting/stopping apache, etc. You should be able to run them with a start, stop or status parameter. To disable a script, use chmod to remove the execute flag/s (after stopping it).

mdmarmer 04-12-2006 07:49 AM

Mepis ??
 
Why are you posting in the Mepis forum?

Do you have Mepis installed?

In KDE there is KSysguard which will show you what is running and allow you to kill processes

For services like Apache there is update-rc.d (although sometimes when you do upgrades the services come back -- there's a command to take care of this too)

See here ... http://www.mepislovers-wiki.org/inde...u_don%27t_need

Mike

geeman2.0 04-12-2006 08:54 AM

Checkout htop as well for a nice interactive process manager that doesn't need X.

GNewbie 04-12-2006 12:11 PM

Quote:

Originally Posted by mdmarmer
Why are you posting in the Mepis forum?

Do you have Mepis installed?

In KDE there is KSysguard which will show you what is running and allow you to kill processes

For services like Apache there is update-rc.d (although sometimes when you do upgrades the services come back -- there's a command to take care of this too)

See here ... http://www.mepislovers-wiki.org/inde...u_don%27t_need

Mike

yes, i have mepis installed. thanks for the information. i'll look into ksysguard (and top, gee - thanks).

when i looked into /etc/rc.d

my system had something like /etc/rc.d(0), /etc/rc.d(1), /etc/rc.d(2)...

i'm not at my mepis box right now so i don't know the exact layout, but each instance had a sequential number and there were about 10 instances.

i didn't spend too much time investigating - it is on my list.


All times are GMT -5. The time now is 02:37 AM.