LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Chgrp Problem (https://www.linuxquestions.org/questions/linux-newbie-8/chgrp-problem-220387/)

LinuxRam 08-20-2004 10:17 PM

Chgrp Problem
 
1) i greated group "financegrp", then i created a folder as "finance" in
opt directory.

2) now i would like to change the group owner ship of folder finance to
financegrp.

3) i type following command,

chgrp -R financegrp /opt/finance/
it gives me following error,

chgrp: changing group of '/opt/finance/' : Operation not permitted
chgrp: changing group of '/opt/finance/hello/' : Opertaion not permitted

* hello is the file in the finance folder.

I am doing all this as a superuser(root)


What could be the problem ??

Tinkster 08-20-2004 11:27 PM

What's the output of
mount
?

LinuxRam 08-21-2004 01:34 PM

Quote:

What's the output of
mount
?
Which mount ???

I am asking about chgrp problem ??

Tinkster 08-21-2004 03:19 PM

Wondering about the mount flags for opt,
and its filesystem. If root can't chgrp the flaw
must be somewhere in the underlying functionality
rather than with chgrp (I'd think).


Cheers,
Tink

LinuxRam 08-28-2004 10:14 PM

so what should i do to solve this problem

Tinkster 08-28-2004 11:48 PM

Answering my question may allow me to help.

Cheers,
Tink

LinuxRam 08-30-2004 09:09 PM

Quote:

If root can't chgrp the flaw
must be somewhere in the underlying functionality
rather than with chgrp (I'd think).
how can i know that there is some underlying functionallity problem , if there is some underlying functionallity problem then what it is and how to solve it.

Tinkster 08-30-2004 11:55 PM

*sigh*

What is the output of
mount
?

And if you ask me why this was the last of your question
of yours I've answered ... ;)


Cheers,
Tink


All times are GMT -5. The time now is 02:24 PM.