Roger <
rfre...@gmail.com> writes:
> No,
> Actually this is using a Unix emulator on a win2008 server. So, I
> guess in my mind, it is a folder. I guess I am a horrible person for
> thinking so right?
No, but surely it helps to know the right terms?
> Anyways, this is using a Unix emulator with Korn shell.
The shell part of the question is simple. Writing
chgrp -R \"COMPANY\\Domain+Admins\" foo
passes this string to chgrp:
"COMPANY\Domain+Admins"
Note that this includes the quotes! That looks very odd indeed. I
dont't know how your emulator works, but group names with quotes in them
seem very unlikely. Do you have a file or directory with the right
ownership already? If so, what is the output of
ls -ld file_or_dir_that_is_ok
That will tell you what the group name looks like.
--
Ben.