Cannot copy token key from Home Folder to Filesystem Root Monocle directory
-
I have a clean install of Rasberry pi. I cannot copy my API key to the Filesystem Root. I get monocle.token: Error moving file /home/douyon/Public/monocle.token: Permission denied
I am new to RasberryPi
-
If you are running RaspberryPi OS, you may need to prefix your
mv
command withsudo
EXMAPLE:
sudo mv /home/douyon/Public/monocle.token /etc/monocle/monocle.token
Thanks, Robert
-
@Monocle Robert, You are the man. Thank you so much. That worked.