Eric Blake <ebb9 <at> byu.net> writes: > $ touch foo > touch: cannot touch `foo': Permission denied > $ exec 6<bar > bash: bar: Permission denied
I merged two different tests into one summary; this particular command should have read: $ exec 6<foo bash: foo: Permission denied > $ exec 5<&- At which point, trying again gives: $ exec 6<foo bash: foo: No such file or directory -- Eric Blake -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple