Marcha Sierra de MacOS (10.12.6)
me $ sudo su root
sh-3.2# bash
bash-3.2# pwd
/usr/share
bash-3.2# mkdir tomcat6
mkdir: tomcat: Operation not permitted
bash-3.2# chmod g+w /usr/share/
chmod: Unable to change file mode on /usr/share/: Operation not permitted
bash-3.2# chflags nouchg /usr/share/
bash-3.2# mkdir tomcat
mkdir: tomcat: Operation not permitted
bash-3.2# chmod g+w /usr/share/
chmod: Unable to change file mode on /usr/share/: Operation not permitted
Tengo una aplicación web que espera encontrar los archivos de registro en/usr/share/tomcat6/logs /. Puesto que tal directorio no existe, estoy tratando de crear /usr/share/tomcat6 y luego realizar un enlace blando desde allí (llamados registros) en el directorio de registros reales.
¿Cómo derrotar a OS / X y conseguir mi manera?