home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / question / 15909 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.1 KB

  1. Xref: sparky comp.unix.questions:15909 comp.unix.admin:7228
  2. Path: sparky!uunet!noc.near.net!news.centerline.com!news.centerline.com!usenet
  3. From: snikolov@sol.yorku.ca
  4. Newsgroups: comp.unix.questions,comp.unix.admin
  5. Subject: Processes writing to other processes (replacing the humans)
  6. Date: 25 Jan 1993 03:28:50 GMT
  7. Organization: ---
  8. Lines: 15
  9. Message-ID: <1jvmpiINN1al@armory.centerline.com>
  10. NNTP-Posting-Host: 130.63.236.19
  11.  
  12. Hi,
  13.  
  14. Can anyone provide some answers to the following question:
  15.  How can one get one Unix process to write to other ones?
  16.  - An example is the netfind server which starts up contemporaneously 
  17.  several processes which connect to different hosts and examine
  18.  certain ports and services in search for a given user.
  19.  - A more trivial example would be creating a short routine which writes to
  20.    a { system("telnet some.host.here 25";} process using the SMTP
  21.    protocol, thus providing an alternative for the mail command.
  22.  
  23. Assuming the platform is SunOS/Sparc 4.1.2 can you provide the names of
  24. specific '#include' headers and the corresponding library names?
  25.  
  26. /snikolov@sol.yorku.ca/
  27.