[linux-help] Re: Xinetd and friends..
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|
|