Demand paged executables

Maarten Litmaath maart at cs.vu.nl
Thu Feb 2 03:58:01 AEST 1989


dg at lakart.UUCP (David Goodenough) writes:
\... why is it not possible to unlink a demand paged program that is executing.

Huh? On 4.3BSD:

	% cat > c.c
	main()
	{
		pause();
	}
	% cc c.c
	% file a.out
	a.out:       demand paged pure executable not stripped
	% a.out &
	[1] 25056
	% : > a.out
	a.out: Text file busy
	% /bin/rm a.out
	% jobs -l
	[1]  + 25056 Running              a.out
	% kill %1
	[1]    Terminated           a.out
	%
-- 
 "Does she play, er, tennis?          |Maarten Litmaath @ VU Amsterdam:
             Wink wink, notch notch!" |maart at cs.vu.nl, mcvax!botter!maart



More information about the Comp.unix.wizards mailing list