- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/issue
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 07:02 AM
08-30-2002 07:02 AM
But I do not get the new message. Also, when I look into the contents of the original issue file, it is different from the one which displays before the log in prompt....
I renamed the issue file and telnet again...but i get a different message..
Is there any other file which reads by default other then the /etc/issue file before the telnet prompt.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 07:06 AM
08-30-2002 07:06 AM
Re: /etc/issue
to view in telnet login you must add an option -b /tec/issue in the telnet inetd.conf file
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 07:11 AM
08-30-2002 07:11 AM
Re: /etc/issue
If you want to use your modified '/etc/issue' as a 'telnet' banner, edit '/etc/inetd.conf' to read:
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue
Then, restart 'inetd':
# /usr/sbin/inetd -c
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 07:37 AM
08-30-2002 07:37 AM
Re: /etc/issue
There was a typo in the inetd.conf file...
I had typed isssue instead of issue...
No more points will be awarded hereafter...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 08:25 AM
08-30-2002 08:25 AM
Re: /etc/issue
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue
As a side note, I also change the /etc/copyright to a generic copyright statement removing any system references.