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: TEST RELEASE: Cygwin 1.7.35-0.3


On Feb 25 08:17, Warren Young wrote:
> On Feb 25, 2015, at 8:07 AM, Corinna Vinschen <corinna-cygwin@cygwin.com> wrote:
> > 
> > What about chgrp `id -gâ?
> 
> That does exactly what you *donât* want here:
> 
>   $ ls -l id*
>   -rw------- 1 Warren None 1.7K Feb 25 08:12 id_rsa
>   -rw------- 1 Warren None  398 Feb 25 08:12 id_rsa.pub
> 
>   $ chgrp `id -g` id*
>   $ ls -l id*
>   -rw-rw---- 1 Warren Warren 1.7K Feb 25 08:12 id_rsa
>   -rw-rw---- 1 Warren Warren  398 Feb 25 08:12 id_rsa.pub

Hang on, how come your group is your user account?  That's certainly
not correct and it's certainly not the default, neither with SAM
accounts, nor with domain accounts.  Is that something set in your
passwd/group files?  If so, change it.

> How about this uglier alternative?
> 
>   $ chgrp `getent group 513 | cut -f1 -d:` ~/.ssh/*
> 
> âNoneâ has one of the well-known SIDs, doesnât it?

No.  None is a "real" group account with the same SID as your machine,
plus the attached RID 513.  The gid under the new regime would be...

  $ getent group None $COMPUTERNAME+None
  nutty81+None:S-1-5-21-3229976424-329291882-2774727752-513:197121:

197121


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: pgpb5zO5Y2xFo.pgp
Description: PGP signature


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