Evar wrote:
> How does root get in from other machine. How can i see root
> from telnet? please reply.
Short version is "don't". Enable SSH support instead, and use an SSH client such as Putty to allow command line access to your server. Telnet is *horribly* insecure - it passes *everything* in clear text, so anyone with a packet sniffer on your network can use it to determine your root password. SSH encrypts everything.