I'm working on a clients web server which is running OSX (Don't get me started on that!) and it won't let me change the ownership of some files even though I have root access. What is the deal? I am using the following syntax:
chown owner:group file.name
I get an error saying:
chown: file.name: Operation not permitted
Of course, I'm not using file.name, but it give me this error for over half of the files. Anyone know what's up?
Thanks
chown owner:group file.name
I get an error saying:
chown: file.name: Operation not permitted
Of course, I'm not using file.name, but it give me this error for over half of the files. Anyone know what's up?
Thanks