Click to See Complete Forum and Search --> : services running?
lombardp
03-13-2001, 01:02 AM
I just installed Mandrake 7.2 not very long ago and I would like to know what services I am running so that I can turn off any that I don't use. How would I go about checking to see what's running?
Thanks,
Pat
chimaybleue
03-13-2001, 06:49 AM
You can use kpm (stands for K Process Manager, in KDE) or ktop in graphical mode, or you can use ps -A in a term.
APHRODITE007
03-13-2001, 07:31 AM
ps -ef
will tell you what is running
process id
and user
you can then kill by typing kill -9 pid
lombardp
03-14-2001, 01:09 AM
I'm sorry let me rephrase my question a little (although I was glad to learn of the ps command). I would like to know what internet services i'm running (telnet, ssh, ftp, etc). How can I go about this so that I may make my box more secure?
Pat
Stretch
03-14-2001, 01:19 AM
goto drakconf and in there is a icon for startup services and also if ya go to drakconf/linuxconf/control panel there will be a button called control service activity
aph3x
03-14-2001, 01:46 AM
netstat -vantu
(or leave the n out to see the name of the service)