Linux / UNIX Tech Support Forum
This is a discussion on UNIX Init.d and inetd Daemons within the Solaris/OpenSolaris forums, part of the UNIX operating systems category; what is init.d ? Is thieir any difference between inetd & intet.d ? explain the working of this init.d ?...
|
|||||||
| Solaris/OpenSolaris Discuss all about the SUN Solairs/OpenSolaris. You are free to talk about any issues related to Solaris administration, networking, services and other stuff, share information or ask doubts. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
|
|
|
||||
|
init.d stores system startup and service management script. For example to star ssh, one can enter:
Code:
/etc/init.d/ssh start inetd is internet superserver daemon. It manages connections for several services. When a connection is received by inetd, it determines which program the connection is destined for, spawns the particular process and delegates the socket to it (the program is invoked with the service socket as its standard input, output and error descriptors). inetd - Wikipedia, the free encyclopedia
__________________
Vivek Gite Linux Evangelist |
![]() |
| Tags |
| inetd , init.d , service management facility , smf , solaris , solaris inetd super-server , unix |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris UNIX inetd Inernet Super Server | ammu_suresh | Solaris/OpenSolaris | 3 | 13-11-2008 03:25 PM |
| kernel panic -not syncing attempt to kill init | jhn_daz@yahoo.com | Linux software | 3 | 26-11-2007 04:16 PM |
| Howto Restart inetd Ubuntu Linux | raj | Getting started tutorials | 0 | 20-03-2007 08:36 PM |
| solaris inetd restart | Solaris/OpenSolaris | 1 | 18-01-2006 08:29 PM | |
| typing init 5 to start x-windows | Linux software | 1 | 09-01-2006 09:56 PM | |