This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Here’s my first (admittedly ugly) attempt: 
 system_profiler SPHardwareDataType | grep 'Serial' | sed 's/^.*\:\ //' 
 Here’s a better one from stack exchange : 
 system_profiler SPHardwareDataType | awk '/Serial/ {print $4}' 
 Check your warranty status: 
 Update: Within a year or two of this post, Apple disabled direct URL links to hardware warranty checks, so the…
Read on /posts/2014-02-20-your-macs-serial-number-via-the-command-line/ ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.