Link to home
Start Free TrialLog in
Avatar of talktome_prashanth
talktome_prashanth

asked on

starting a new service

Hi,
I have root access to my machine,
I need to add a service to this machine console based.
I need a service running on a port and server may be /bin/ls

It must not ask any username and password. line we can place in init.d or xinit.d and cabe be like

i assume this service will be like...

service myname
{
 disable = no
socket-type = stream
wait = no
server = /bin/sh
//must give a port number to activate.
}

Can anyone please make necessary connections and also steps to do in starting and stoping the service.

Thank You,
Prashanth
ASKER CERTIFIED SOLUTION
Avatar of Mark
Mark
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial