mkdir: This folder is shared with other people

Corinna Vinschen corinna-cygwin@cygwin.com
Fri Nov 21 10:38:00 GMT 2014


On Nov 20 22:24, Steven Penny wrote:
> Tested on Windows 7
> 
> 1. Create a Homegroup
> 2. cd C:/Users
> 
> Now, if you run a command like this
> 
>     mkdir C:/Users/foo
> 
> all is well.

Depends on your POV.  When using a DOS path, you're getting default
Windows permissions, as documented.  No special POSIX handling for
incoming DOS paths.

> However if you run a command such as this
> 
>     mkdir foo
> 
> "foo" then has strange permissions.

No, it hasn't.  It has POSIX-compliant permissions.  "foo" is a relative
path, the CWD is always treated as POSIX path.  The resulting absolute
path is POSIX, so POSIX permission handling is utilized.

> If you try to delete using Window Explorer,
> you get this message
> 
>     This folder is shared with other people
>     Folder: C:\Users\foo
>     Share Name: foo

You have to forgive Explorer that it doesn't handle POSIX permissions
more correctly.  The permission settings are wrongly evaluated as
permissions of a "shared" folder, since Vista AFAIR.

> This behavior feels wrong because both cmd.exe and PowerShell do not do this.

Weird comparison.  CMD and PowerShell are not POSIX environments.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20141121/7a819150/attachment.sig>


More information about the Cygwin mailing list