Or you can use my modified version of sudo where you can go sudo -u root -foa=/etc/modules -u - echo blah blah ... where "-f" says change a file descriptor, "o" selects stdout, "a" means "append", and "=filename" does the obvious. -Martin