You can quickly retrieve any Macs serial number via the command line by using the following command string:
system_profiler |grep "r (system)"
The command results will look something like this:
$ system_profiler |grep "r (system)"
Serial Number (system): 739XXXXX
X
X
X
If you just grep for “Serial Number” you’ll be presented with serial numbers to other hardware included in the Mac, which is why the “r (system)” qualifier is included.
Once you have a serial number, you can do things like check AppleCare warranty status and repair history.
Source: osxdaily.com
이 글은 스프링노트에서 작성되었습니다.
'Creativity' 카테고리의 다른 글
Daum 코드와 QROO QROO (쿠루쿠루) (0) | 2011.04.28 |
---|---|
Mac OS X Lion installation methods (0) | 2011.04.27 |
iPad vs iPad2 Speed Comparison (0) | 2011.04.26 |
Capster_Mac Application to show caps lock on/off (0) | 2011.04.23 |
How to prevent iOS 4.x from tracking your location (0) | 2011.04.22 |