Esecuzione di MacOS Sierra (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
Ho un'app web che si aspetta di trovare i file di log in / usr / share / tomcat6 / logs /. Poiché tale directory non esiste, sto tentando di creare / usr / share / tomcat6, quindi di creare un collegamento software da lì (chiamato i log) alla directory dei log effettivi.
Come faccio a sconfiggere OS / X e ottenere il mio modo?