Syntax Error.

[Sy] macOS(Mac OS X)のバージョン情報をターミナルから調べるためのコマンド

2016/07/07 (更新: 2016/10/21)

macOS(Mac OS X) でターミナルからバージョン情報とかその他Macの情報などを調べるためのコマンドについて。

バージョンだけ確認できるコマンド

$ sw_vers -productVersion
10.12

-productVersionをつけなかった場合、ビルドのバージョンも確認できます。

$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.12
BuildVersion:	16A323

システム情報を確認できるコマンド

$ system_profiler SPSoftwareDataType
Software:

    System Software Overview:

      System Version: macOS 10.12 (16A323)
      Kernel Version: Darwin 16.0.0
      Boot Volume: Macintosh HD
      Boot Mode: Normal
      Computer Name: utano320 の MacBook Pro
      User Name: utano320 (utano320)
      Secure Virtual Memory: Enabled
      System Integrity Protection: Disabled
      Time since boot: 8 days 13:52

関連記事