home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / ultrix / 5834 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.2 KB

  1. Path: sparky!uunet!wupost!sdd.hp.com!hp-cv!ogicse!cs.uoregon.edu!nntp.uoregon.edu!news.u.washington.edu!sumax!atosswil
  2. From: atosswil@sumax.seattleu.edu (Andy Tosswill)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: can't kill dxterm
  5. Keywords: dxterm, process control
  6. Message-ID: <4768@sumax.seattleu.edu>
  7. Date: 22 Jul 92 17:34:29 GMT
  8. Article-I.D.: sumax.4768
  9. References: <1992Jul20.211018.28781@verdix.com>
  10. Organization: Seattle University, Seattle WA
  11. Lines: 28
  12.  
  13. In article <1992Jul20.211018.28781@verdix.com> grega@verdix.com (Greg Alonso) writes:
  14. >When I am on ultrix running DECWindows (or any windows
  15. >for that matter), I can't kill a dxterm process after
  16. >I have spawned it.  Ultrix reports "not owner".  
  17. >
  18. >What's up with that?
  19. >
  20. >
  21. >-- 
  22. >..........................................................
  23. >. Gregory Alonso                 EMail grega@verdix.com  .
  24. >. Verdix Corporation             Voice (703)318-5834     .
  25. >. 250 Van Buren St.              Fax   (703)318-9304     .
  26.  
  27.  
  28. Greg,
  29.     You need to kill the shell that dxterm has launched, e.g.,
  30.  
  31. 18763 q9 S      0:00 dxterm
  32. 18866 q9 R      0:00 ps -x
  33. 18768 qa S      0:00 -sh (csh)
  34. mercdec0 9% kill -9 18768
  35. mercdec0 10%
  36. [1]    Done                 dxterm
  37.  
  38. mercdec0 10%
  39.  
  40. -- Andy
  41.