Afternoon all.
I have just restored an account on the server I have and the user/group names are wrong.
I went into SSH and tried to correct the problem by running from within the public_html folder (which has the correct owner/group!):
chown -R secure.secure * (and chown -R secure:secure *)
and I get an error:
chown: invalid option -- o
which sort of confuses me!
Is there any way that I can force chown to change the owner/group to the correct setting?
Cheers
Ry
I have just restored an account on the server I have and the user/group names are wrong.
I went into SSH and tried to correct the problem by running from within the public_html folder (which has the correct owner/group!):
chown -R secure.secure * (and chown -R secure:secure *)
and I get an error:
chown: invalid option -- o
which sort of confuses me!
Is there any way that I can force chown to change the owner/group to the correct setting?
Cheers
Ry
Last edited: