Operation not permitted for chown : For a domain user directory
Posted
by
Lunar Mushrooms
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Lunar Mushrooms
Published on 2012-11-20T10:53:52Z
Indexed on
2012/11/20
11:27 UTC
Read the original article
Hit count: 300
I am trying to change ownership of a domain user home directory, which is mounted over nfs. Current user/group for that folder is nobody/nogroup. The following chown command is issued from "root" user shell. But I am getting permission error. How to resolve this ?
sudo chown -Rv VANILLA\\userone:VANILLA\\domain^users /lhome/VANILLA/userone
chown: changing ownership of `/lhome/VANILLA/userone': Operation not permitted
failed to change ownership of `/lhome/VANILLA/userone' from nobody:nogroup to VANILLA\userone:VANILLA\domain^users
My OS is Ubuntu LTS 12.04 32 bit.
© Ask Ubuntu or respective owner