Can't read plists
I have a MacBook Pro 11,3 running a fresh install of Yosemite with all updates. I cannot read plists on it.
Example:
ballys:~ joliver.sa$ ls -l /Applications/Adobe\ Reader.app/Contents/Info.plist
-rw-rw-r-- 1 root admin 10533 Dec 2 19:57 /Applications/Adobe Reader.app/Contents/Info.plist
ballys:~ joliver.sa$ defaults read /Applications/Adobe\ Reader.app/Contents/Info.plist
2015-01-28 09:43:20.542 defaults[62246:2368905]
Domain /Applications/Adobe Reader.app/Contents/Info.plist does not exist
ballys:~ joliver.sa$ defaults read /Applications/Adobe\ Reader.app/Contents/Info
2015-01-28 09:43:23.310 defaults[62247:2368920]
Domain /Applications/Adobe Reader.app/Contents/Info does not exist
ballys:~ joliver.sa$ head -5 /Applications/Adobe\ Reader.app/Contents/Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AppType</key>
This is just an example. I have the same issue with many others, including Safari. The plist is there, it can be read, it isn't corrupt, but 'defaults read' cannot read it.
What's up?
OS X Yosemite (10.10)