Operating System - HP-UX
1752679 Members
5205 Online
108789 Solutions
New Discussion юеВ

Re: how to display particular message before login prompt.

 
SOLVED
Go to solution
Md. Farhan A Azam
Trusted Contributor

Re: how to display particular message before login prompt.

Hi,

/etc/issue is the a textfile containing what ever message you like.

#vi /etc/issue
(add your banner)
#vi /etc/inetd.conf
(replace telnetd at the end with telnetd -b)
#inetd -c

Thnx...Farhan
Md. Farhan A Azam
Trusted Contributor

Re: how to display particular message before login prompt.

opps...missed,

#vi /etc/inetd.conf
(replace telnetd at the end with telnetd -b /etc/issue)

Thnx...Farhan
Suraj K Sankari
Honored Contributor

Re: how to display particular message before login prompt.

Hi,

if you want any message display before the login prompt then edit this file "/etc/issue"
or
if you want any message should diplay after login then edit this file "/etc/motd"

Suraj

Re: how to display particular message before login prompt.

Good Day,

Hi Kumar,

Do you have a solution on your queries. Base on the replies they did not answer your queries.

thanks.
UVK
Trusted Contributor

Re: how to display particular message before login prompt.

Check for telnetd in /etc/inetd.conf there should be a file from which they are fetching your banner. telnet line in the inetd file will give your solution
-------------------------------------------
Like it or worked !! Click kudos !!