Score:0

Im trying to move a file between my home folder to the certs folder

al flag

I'm using this command:

sudo mv /home/az_123/ubuntue.pem

I'm getting the following error:

mv: missing destination file operand after '/home/az_123/ubuntue.pem' Try 'mv --help' for more information
Artur Meinild avatar
vn flag
So what's the problem - apart from missing the destination in the command?
user1648715 avatar
al flag
I'm not able to shift the file to the respective folder. The following error mv: missing destination file operand after '/home/az_123/ubuntue.pem' Try 'mv --help' for more information.
Artur Meinild avatar
vn flag
You need to include the destination like this: `sudo mv /home/az_123/ubuntue.pem <destination>`. Did you try `mv help` then?
Artur Meinild avatar
vn flag
Duplicate: https://askubuntu.com/questions/172629/how-do-i-move-all-files-from-one-folder-to-another-using-the-command-line/172634#172634
user1648715 avatar
al flag
Thank so much.May I also know how to copy paste in it?
Score:0
ng flag

mv needs you to define both a source and a destination. You're getting an error because you did not enter a path for the destination.

Use the following syntax:

sudo mv /path/to/source /path/to/destination
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.