Weird things in csh (and kernel?)

Maarten Litmaath maart at cs.vu.nl
Thu Feb 25 08:52:14 AEST 1988


Has anyone noticed the following oddities?
1)
	% a.out < a.out
	a.out: Text file busy.
	%

Why shouldn't a process be able to read its text file?
2)
	% cat ~/.cshrc
	echo echo hello
	% cp /bin/echo .
	% ./echo > echo
	hello: Command not found.
	% cat echo
	echo hello
	hello
	%

What kinda weird thing is going on here?
Shouldn't there be an error message "Text file busy."
in this case?
-- 
"Brothers & sisters, praise the Lord, |Maarten Litmaath @ Free U Amsterdam:
send your money, Rolls Royce > Ford." |maart at cs.vu.nl, mcvax!botter!ark!maart



More information about the Comp.unix.wizards mailing list