0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macOS でシステム用ディレクトリ下にディレクトリを作る

0
Last updated at Posted at 2017-11-18

こんにちは。
macOS 1 で、System Integrity Protection (SIP) を無効にすると 2、システム用ディレクトリ下にディレクトリを作れるようですね。

無効であることを確認

$ csrutil status 
System Integrity Protection status: disabled.

homebrew 用にディレクトリを作る

$ sudo mkdir -p /usr/local

Adobe Illustrator 用にディレクトリを作る 3

$ sudo mkdir -p /System/Library/Java/Support/Deploy.bundle
$ sudo mkdir -p /System/Library/Java/JavaVirtualMachines/1.6.0.jdk

パッチ作業

システム用ディレクトリ下にパッチを適用する際も、System Integrity Protection を無効する必要があるようです。


  1. OS X 10.11 以降、System Integrity Protection (SIP) が導入されました

  2. SIP(System Integrity Protection)の無効化、有効化

  3. OS X 10.11/El CapitanでAdobe Illustrator CS6を最新Java SE 8で動かす

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?