This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MVFS results


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]