|
|
A shell script to get machine serial numbers
Two comments:
ioreg - SSH
OK, so something like this...
And yup, SSH or anything pretty much would be preferred over ftp :-(
---
ioreg - SSH
To return the serial number without the quote marks, set the field separator (-F '"') in the last awk command...
ioreg -c "IOPlatformExpertDevice" | awk -F '"' '/IOPlatformSerialNumber/ {print $4}'
A shell script to get machine serial numbers
ftp is considered insecure because it transmits all information in cleartext, but so does mail, so if your concerned at all about the privacy of such data don't use ftp OR mail |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:Hints1 new Hints in the last 24 hoursComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|