home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!sdd.hp.com!hp-cv!ogicse!cs.uoregon.edu!nntp.uoregon.edu!news.u.washington.edu!sumax!atosswil
- From: atosswil@sumax.seattleu.edu (Andy Tosswill)
- Newsgroups: comp.unix.ultrix
- Subject: Re: can't kill dxterm
- Keywords: dxterm, process control
- Message-ID: <4768@sumax.seattleu.edu>
- Date: 22 Jul 92 17:34:29 GMT
- Article-I.D.: sumax.4768
- References: <1992Jul20.211018.28781@verdix.com>
- Organization: Seattle University, Seattle WA
- Lines: 28
-
- In article <1992Jul20.211018.28781@verdix.com> grega@verdix.com (Greg Alonso) writes:
- >When I am on ultrix running DECWindows (or any windows
- >for that matter), I can't kill a dxterm process after
- >I have spawned it. Ultrix reports "not owner".
- >
- >What's up with that?
- >
- >
- >--
- >..........................................................
- >. Gregory Alonso EMail grega@verdix.com .
- >. Verdix Corporation Voice (703)318-5834 .
- >. 250 Van Buren St. Fax (703)318-9304 .
-
-
- Greg,
- You need to kill the shell that dxterm has launched, e.g.,
-
- 18763 q9 S 0:00 dxterm
- 18866 q9 R 0:00 ps -x
- 18768 qa S 0:00 -sh (csh)
- mercdec0 9% kill -9 18768
- mercdec0 10%
- [1] Done dxterm
-
- mercdec0 10%
-
- -- Andy
-