I ran the following command, hoping to be able to paste a file's contents into it.
sudo cat > /usr/bin/sasquatch
And keep getting the following error, even after changing the file permissions with sudo
.
bash: /usr/bin/sasquatch: Permission denied
Why is this happening, and how can I fix it?