Click to See Complete Forum and Search --> : Hiding Kernel version


Linux
03-03-2001, 02:40 AM
How do you get rid of kernel version which is displayed when you telnet into RH. Where is the file that stores that info??? I don't want rest of the world to know kernel version.

ThanX

PLBlaze
03-03-2001, 02:53 AM
See /etc/issue.net.Hope this helps.

The King Ant
03-03-2001, 03:36 AM
Yes, the file is /etc/issue.net, but it is usually created dynamically by /etc/rc.d/rc.local at boot time.

You'll want to edit /etc/rc.d/rc.local rather than /etc/issue.net if you want the changes to stay across reboots.

Linux
03-03-2001, 12:24 PM
That's what I was looking for.
I will check these files and see what happens when I reboot linux (don't know when)

ThanX