Mv: Missing Destination File Operand
I Am Trying to Install Poweriso, but Facing This Error. I Had Successfully Extracted the Poweriso on the Desktop, and Found the Following Code as Instruction...
I am trying to install poweriso, but facing this error. I had successfully extracted the poweriso on the desktop,and found the following code as instruction for further installation-
sudo mv -v /home/abiggj/Desktop/poweriso/usr/bin/poweriso
but it still hasn't worked.
1 Answer
You're missing space, the correct would be.
sudo mv -v /home/abiggj/Desktop/poweriso /usr/bin/poweriso
Notice the space after /home/abiggj/Desktop/poweriso.