Complete.Org: Mailing Lists: Archives: linux-help: July 2002:
[linux-help] Re: Xinetd and friends..
Home

[linux-help] Re: Xinetd and friends..

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: linux-help@xxxxxxxxx
Subject: [linux-help] Re: Xinetd and friends..
From: Tom Hull <thull2@xxxxxxx>
Date: Tue, 16 Jul 2002 01:29:03 -0500
Reply-to: linux-help@xxxxxxxxx

Hareesh Haridas wrote:
> Hi friends,
> =09
> I have two (simpe?) doubts:
> 
> 1) xinetd, the new superserver with Linux systems can be restarted using
> "$service xinetd restart". Is there a way to individually stop/start
> services controlled by xinted like telnet, wu-ftpd etc (i am using a
> redhat)without using the above command ?

   # /sbin/chkconfig {service} {on|off}

Run /sbin/chkconfig --list to get the overall list. This covers both
/etc/rc.d scripts (configurable per run level) and xinetd. The config
files themselves are in /etc/xinetd.d/, but enable/disable is easier
using chkconfig.

> 2) one cannot telnet as 'root' into a machine. is this feature inbuilt
> in the telnet program itself or is there a configuration file/setting
> which prevents root from telnet-ing in like the /etc/ftpusers file which
> prevents root from ftp-ing in?

The actual login is done by login, not telnetd. See the man page
for login(1). It explains that root login is only allowed on a
tty listed in /etc/securetty. You could open that up by adding
pts/0, etc., but it's probably not a good idea to do so.

> thanks in advance,
> Hareesh.

-- 
/*
  *  Tom Hull * thull2 at cox.net * http://www.tomhull.com/
  */

-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]