chown is not changing symbolic link
Posted
by rizidoro
on Super User
See other posts from Super User
or by rizidoro
Published on 2009-11-09T13:02:39Z
Indexed on
2010/06/18
14:14 UTC
Read the original article
Hit count: 399
I'm trying to change the user/group of a symbolic link with the command:
$ chown -h myuser:mygroup mysymbolic/
But it's not changing. I'm logged in as root. The current user/group is set to root:root. What went wrong?
© Super User or respective owner