Hi,

I am trying to telnet to a system running linux 6.2, but it is giving the
following error:

# telnet 200.165.100.3
Trying 200.165.100.3...
Connected to 200.165.100.3.
Escape character is '^]'.

Red Hat Linux release 6.2 (Zoot)
Kernel 2.2.14-12smp on an i686
/dev/ttypz: Permission denied


The permissions for /dev/ttypz is 

crw-rw-rw

If i remove this file, its giving the following error


# telnet 200.165.100.3
Trying 200.165.100.3...
Connected to 200.165.100.3.
Escape character is '^]'.

Red Hat Linux release 6.2 (Zoot)
Kernel 2.2.14-12smp on an i686
/dev/ttypz: No such file or directory


How can I solve this problem.. The file ttypz was created by using 
mknod -m 666 ttypz c 3 16, but with 3 16 one more file is already
existing. Is it giving the problem. 

Thanks,
Kiran




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to