I\'ve been given sudo access on one of our development RedHat linux boxes, and I seem to find myself quite often needing to redirect output to a location I don\'t normally h
A trick I figured out myself was
sudo ls -hal /root/ | sudo dd of=/root/test.out