home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / sys5 / r3 / 144 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.0 KB

  1. Path: sparky!uunet!psinntp!tfd!afp!gna!frmug!netlink
  2. From: netlink@frmug.fr.mugnet.org (Eric Feillant)
  3. Newsgroups: comp.unix.sys5.r3
  4. Subject: NOGETTY PROGRAMM - execute cmd from inittab without login and pw.
  5. Keywords: nogetty
  6. Message-ID: <1992Dec14.115129.6045@frmug.fr.mugnet.org>
  7. Date: 14 Dec 92 11:51:29 GMT
  8. Organization: Minix User Group France
  9. Lines: 16
  10.  
  11. i took in usenet news a source unix programm whose call "nogetty"
  12. this programm can execute a cmd from inittab and was wrote for
  13. SCO systems and all others Sys V r3.2 unixes.
  14. In /etc/inittab, it looks like that:
  15. t100:23:respawn:/etc/nogetty USERNAME CMD arg...
  16. ex:
  17. t100:23:respawn:/etc/nogetty guest /bin/sh
  18. -> to execute a bourne shell with user id 'guest'.
  19. If it works fine on SCO Systems, i got troubles to run it with
  20. Interactive sys Vr3.2 system.When i run it it tells me:
  21. -c: -c: cannot open
  22. i don't know why it tells me it.
  23. Anyway, if somebody can help me, it would be great, perhaps do u have
  24. one patch for it ? Or does anyone of u wrote such a programm ?
  25.  
  26. Thanx to answer me.
  27.