On Sun, 30 Mar 2008 10:13:02 +0800, lveax <lveax.m at gmail.com> wrote:
> $ whoami
> v
>
> $ ll a
> -rw-r--r-- 1 root v 0 Mar 30 10:02 a
>
> $ sudo cat > a
> a: Permission denied.
You have to redirect output 'within' sudo, so try using:
sudo sh -c 'cat > unwritable'