Scenario - ACME, Inc. wants all users to see mounted servers in the Finder by default. Which terminal command should you use to modify the Finder preferences to display mounted servers?
A.
defaults read com.apple.finder ShowMountedServersOnDesktop true
B.
defaults cat com.apple.finder ShowMountedServersOnDesktop true
C.
defaults write com.apple.finder ShowMountedServersOnDesktop true
D.
defaults append ShowMountedServersOnDesktop com.apple.finder true
Correct.
A. read: Retrieves the current value of a specified preference.
B. cat: Not a valid defaults command.
C: write: Modifies or creates a preference key with a specified value.
D: append: Not a valid defaults command.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
cwilson91
1 week, 6 days ago