![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| User defined stacks for threads using glibc-2.3.5 | mysterious | Linux | 0 | 04-01-2008 03:07 AM |
| need help with User Defined Function | user_prady | Shell Programming and Scripting | 11 | 11-18-2007 05:51 PM |
| awk printf for user defined variables | jabberwocky | Shell Programming and Scripting | 1 | 10-02-2007 05:07 AM |
| User defined signal 1 | nitesh_raj | AIX | 0 | 01-28-2005 11:20 PM |
| Nawk user-defined function | NewbieGirl | Shell Programming and Scripting | 1 | 06-20-2003 07:51 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
User defined service
I want to add a new IP service which executes a script on SCO OS5.
I have amended /etc/services and added to port number (3333) I have amended /etc/inetd.conf and added a line for this service but I can't get it to execute my own shell script When I telnet to the IP address on port 3333 I get the "hwconfig" output, I want to run my own script but I get an error saying "File/directory not found" Below is the line I have added into inetd.conf hello stream tcp nowait NOLUID /etc/hwconfig I have tried replacing "/etc/hwconfig" with "/tmp/hello" but it will not run ??? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
after adding the entry in inetd.conf
did u send a SIGHUP signal (1) to the inet services daemon? |
|||
| Google The UNIX and Linux Forums |