- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/issue with ftp
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
04-12-2001 10:36 AM
04-12-2001 10:36 AM
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -b /etc/issue
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue
The /etc/issue files is displayed before a telnet login. It is not displayed before a ftp login. why? after adding the two entires for /etc/issue, i did issue the command "inetd -c"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 10:46 AM
04-12-2001 10:46 AM
Re: /etc/issue with ftp
The '-b filename' option is valid for the telnet daemon but not for the ftp daemon. See the man pages for 'telnetd' (1M) and 'ftpd' (1M).
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 10:46 AM
04-12-2001 10:46 AM
Re: /etc/issue with ftp
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 10:56 AM
04-12-2001 10:56 AM
Re: /etc/issue with ftp
If you want a banner to print on your ftp login you could:
1. In your inetd.conf file add a -a to the end of the ftp line. This tells it to go out and use info in your ftpaccess file and process. See manpage ftpaccess
2. Create the ftpaccess file (/etc/ftpd/ftpaccess) and include a line
banner /etc/ftp_motd
banner /etc/ftp_issue
Edit these files to say what you want for ftp users.
Now when you ftp in the ftpaccess file will be run and will print these banner pages before your ftp login.
Just a thought,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2001 11:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 12:35 AM
04-16-2001 12:35 AM
Re: /etc/issue with ftp
I followed as Workman(rcw)'s instuction banner message was shown but no any users can logon
to ftp server by ftp program ,before I modified /etc/inetd.conf by added -a to end of the ftp line
it has worked fine.
Please advise
Worapoj P.