> Well, as the subject say, I'm wondering how can I see which
> services are on or off
rcconf
> and how can I stop them or make them run.
Also "rcconf", but run it as root.
Of course, you first need "rcconf" installed:
apt-get install rcconf
- Robert
--
To UNSUBSCRIBE, email to [E
>From Didier Caamano on Monday, 2003-03-10 at 09:56:10 -0700:
> Hello everyone:
>
> Well, as the subject say, I'm wondering how can I see which
> services are on or off,
netstat -tupan
> and how can I stop them or make them run.
/etc/init.d/networking stop
/etc/init.d/networking start
etc.
C
In article <[EMAIL PROTECTED]>, Didier Caamano wrote:
> Hello everyone:
>
> Well, as the subject say, I'm wondering how can I see which
> services are on or off,
man nmap.
> and how can I stop them or make
> them run.
man inetd.conf
apt-cache show xinetd
and don't forget to look at the /etc/i
* Didier Caamano <[EMAIL PROTECTED]> [2003-03-10 18:20]:
> Well, as the subject say, I'm wondering how can I see which
> services are on or off, and how can I stop them or make
> them run.
>
less /etc/inetd.conf
man /etc/inetd.conf
lsof
man lsof
come to my mind.
wbr,
Lukas
--
Lukas Ruf
4 matches
Mail list logo