- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- inetd services
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
05-17-2004 03:34 AM
05-17-2004 03:34 AM
Dan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 03:40 AM
05-17-2004 03:40 AM
Re: inetd services
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 03:41 AM
05-17-2004 03:41 AM
Re: inetd services
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 03:58 AM
05-17-2004 03:58 AM
Re: inetd services
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 04:29 AM
05-17-2004 04:29 AM
Re: inetd services
http://home.tampabay.rr.com/batcave/inetd_conf.htm
If you have any changes or additions please let me know (and yes, I think I'll go ahead and put Samba, OmniBack, etc. in it too. I just need the time to make the changes.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 05:17 AM
05-17-2004 05:17 AM
Re: inetd services
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 05:46 AM
05-17-2004 05:46 AM
Re: inetd services
http://www.uwsg.iu.edu/usail/network/services/inetd.html
http://www.bb-zone.com/SLGFG/chapter11.html
http://www.busan.edu/~nic/networking/puis/ch17_01.htm
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 05:54 AM
05-17-2004 05:54 AM
Re: inetd services
There is no single doc that can help you with all the daemons in the inetd.conf file. Each daemon should be having its own help file. The inetd.conf help file shows the syntax and the meaning for varios options / switched that are used for the daemons.
Other than the regular system daemons, while installing removing products on the system, we make changes to the inetd.conf file and some of the daemons that gets added to this file could be for some specific applications.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 06:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 01:56 PM
05-17-2004 01:56 PM
Re: inetd services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 05:03 PM
05-17-2004 05:03 PM
Re: inetd services
You have got more information on inetd as of now what i would like to add in this:
Understand various files that are directly/indirectly related with inetd daemon.
1. /etc/services
2. /etc/protocols
3. /etc/inetd.conf
4. /usr/sbin/inetd
5. /sbin/init.d/inetd
6. /var/adm/inetd.sec
Command like:
1. /usr/sbin/inetd -c
2. /sbin/init.d/inetd start
3. /sbin/init.d/inetd stop
Then read more about TCP/IP protocol concepts and thier functionality.
Docs given by rgomes is very useful in understanding different port no and services/functions provided by that port.
Hope this helps
All the best
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 09:58 PM
05-17-2004 09:58 PM
Re: inetd services
Dan