How to change the owner of soft link

How to change the owner ship of the soft link
lrwxrwxrwx 1 root root 4 Jun 29 16:27 soft_test -> test

I need to change the above owner ship to httpd:httpd

Whats the shell command i need to use for it :slight_smile:

man chown

(-h should be option you're after iirc)

HTH

Thanks a lot :slight_smile: