MVFS results

Eric Blake ebb9@byu.net
Thu Jul 16 16:56:00 GMT 2009


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



More information about the Cygwin mailing list