0

I read some docs but I have no Mac boxes to test.

From the docs I build this command

ioreg -c IOPlatformExpertDevice -n IOPlatformUUID

Questions:

  1. Is the above command correct? I am not sure: should be -n or -k to specify the property name ?

  2. Does it require "administrator" privileges or can a normal user account run it?

Thanks

1 Answer 1

1

You should use -k instead of -n.
The -k flag filters the output to show only entries that have the specified property key.

The command must be :

ioreg -c IOPlatformExpertDevice -k IOPlatformUUID

Sign up to request clarification or add additional context in comments.

1 Comment

Hi. Thanks for the hint. Can you please run the command and paste here its output? Can you confirm it requires / doesn't require a special account ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.