bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: operation not permitted


From: Bob Proulx
Subject: Re: operation not permitted
Date: Tue, 12 Jul 2005 11:43:21 -0600
User-agent: Mutt/1.5.9i

Paul Eggert wrote:
> address@hidden writes:
> > address@hidden test]$ ls -l
> > total 8
> > -rw-r--r--  1 emonvert bmjj   0 jui 12 12:01 testsas
> >
> > address@hidden test]$ chgrp -v sas testsas
> > Échec de changement de groupe de `testsas' vers sas
> > chgrp: modification du groupe de `testsas': Operation not permitted
> 
> Thanks for your bug report.  This looks like it is an operating system
> issue, not a coreutils issue.

Very likely the reason you cannot chgrp that file to group 'sas' is
that you are not a member of that group.  The 'id' command will return
what groups you are in.

  id

If you are not listed in the 'sas' group then that is the most likely
reason that the kernel is not allowing you to change the group of the
file.

If this is the problem then to enable this operation you would add
yourself to the sas group, log out, log in, verify that you are in the
group, then perform the operation again.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]