I am trying to change the group ownership of a folder. I am having problems as the Active Directory group name has a space in it. I do not have the option of changing the group name.
I have successfully completed this task with other groups without a space in the name.
The only thing a search has revealed is that other people have had this issue.
Any help would be appreciated.
Code:
# chown 'DOMAIN\group name' /foldername
chown: DOMAIN\group name: Invalid argument
I have successfully completed this task with other groups without a space in the name.
The only thing a search has revealed is that other people have had this issue.
Any help would be appreciated.