Estoy intentando crear un enlace simbólico dentro de la carpeta / System e incluso si ejecuto el comando como su, aparece el siguiente mensaje de error.
macbook-pro:~ root# cd /System/Library/Perl/Extras/5.18
macbook-pro:5.12 root# ln -s /Applications/Xcode.app/Contents/Developer/Library/Perl/5.18/darwin-thread-multi-2level/SVN/ SVN
ln: SVN: Operation not permitted
macbook-pro:5.12 root# ls -ld /System
drwxr-xr-x@ 4 root wheel restricted 136 Sep 22 10:37 System
¿Cómo puedo hacer que esto funcione?