Valid Apple-Device-Support Dumps shared by ExamDiscuss.com for Helping Passing Apple-Device-Support Exam! ExamDiscuss.com now offer the newest Apple-Device-Support exam dumps, the ExamDiscuss.com Apple-Device-Support exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Apple-Device-Support dumps with Test Engine here:
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?
Correct Answer: C
The terminal command defaults write com.apple.finder ShowMountedServersOnDesktop true sets the Finder preference to show mounted servers on the desktop. This is equivalent to checking the box for "Connected Servers" in the Finder settings under the General tab. The other commands are either invalid or do not change the preference value. * defaults read com.apple.finder ShowMountedServersOnDesktop true reads the current value of the preference, but does not modify it. * defaults cat com.apple.finder ShowMountedServersOnDesktop true is not a valid command, as cat is not a valid subcommand for defaults. * defaults append ShowMountedServersOnDesktop com.apple.finder true appends the value true to the preference key ShowMountedServersOnDesktop, which is not a valid operation, as the preference value should be a boolean, not a list. References: * Apple Device Support Exam Prep Guide, page 11 * Change Finder settings on Mac * How to show Hard Disk icon on Desktop via Terminal?