シンボリックリンク パーミッション

rsync Linux to FreeBSD

# Fix symlink permission lrwxrwxrwx (Linux) to lrwxr-xr-x (FreeBSD)

find (path) -type l -exec chmod -h og-w {} \;

https://askubuntu.com/questions/1106662/what-does-the-permission-string-lrwxrwxrwx-mean