Open Angenios opened 4 years ago
Yeah in GNU/Linux sudo doesn't survive the > redirection operator. You should either use sudo -i
to become root or use tee: echo pause | sudo tee /tmp/mpradio_bt
Yeah in GNU/Linux sudo doesn't survive the > redirection operator. You should either use
sudo -i
to become root or use tee:echo pause | sudo tee /tmp/mpradio_bt
It still doesn't reply to any command, and I've noticed another problem but I'll open a new issue about it in order to make order between problems.
It denies me the permission to perform such commands even if I use
sudo
.