osx - OS X El Capitan deny copy file to Safari directory -


in older os x versions can copy file dragging safari directory picture below shows. doesn't work in el capitan:

enter image description here open console, sudo root use [copy] command copy, show below alert:

enter image description here

if want work have disable system integrity protection.

the sri feature denies writing system protected folders (info):

paths , applications protected system integrity protection include:

  • /system
  • /usr
  • /bin
  • /sbin

apps pre-installed os x paths , applications third-party apps , installers can write include:

  • /applications
  • /library
  • /usr/local

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -