That command works if you're super user (i.e. after sudo su). If you want to use sudo with the command as one liner, you need to also use tee because currently only echo gets run as super user but the redirect which would need it doesn't get the sudo power. Why that's so I don't remember or understand.

Reply via email to