Possible Duplicate:
Redirecting stdout to a file you don't have write permission on
Yeah I could (and probably will) just escalate to root, but I'd like to know why this doesn't work?
sudo cat .mplayer/config >> /home/griff/.mplayer/config
zsh: permission denied: /home/griff/.mplayer/config
sudo
is configured to be able to run any command, I've placed no restrictions on it.