查看 MAC OS X的版本號碼

來源:互聯網
上載者:User

原帖地址:http://sheng.iteye.com/blog/758973Shell代碼  
  1. bash-3.2# uname -a  
  2.   
  3. Darwin MeMac-cns-Mac-Pro.local 9.4.0 Darwin Kernel Version 9.4.0: Fri Aug  1 21:34:49 EST 2008; ToH & StageXNU:xnu-1228.5.20/BUILD/obj/RELEASE_I386 i386  

 。

後來網上搜搜再加上自己一個個試,終於找到一種笨辦法:

more /System/Library/CoreServices/SystemVersion.plist

 

Xml代碼  
  1. <?xml version="1.0" encoding="UTF-8"?>  
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/  
  3. PropertyList-1.0.dtd">  
  4. <plist version="1.0">  
  5. <dict>  
  6.         <key>ProductBuildVersion</key>  
  7.         <string>9F33</string>  
  8.         <key>ProductCopyright</key>  
  9.         <string>1983-2008 Apple Inc.</string>  
  10.         <key>ProductName</key>  
  11.         <string>Mac OS X</string>  
  12.         <key>ProductUserVisibleVersion</key>  
  13.         <string>10.5.5</string>  
  14.         <key>ProductVersion</key>  
  15.         <string>10.5.5</string>  
  16. </dict>  
  17. </plist>  

 

其中的10.5.5就是Mac OS X的版本號碼。http://sheng.iteye.com/blog/758973

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.