Score:0

How to copy a file to a pendrive in Ubuntu terminal

au flag

What is the command to copy a file to a pendrive in Ubuntu terminal?

user535733 avatar
cn flag
The same way you file copy to anywhere else. Where in the filesystem is your pendive mounted?
Score:1
cn flag
raj

When you insert your pendrive, it is automatically opened in the GUI. Press Ctrl+L in the file manager window to see the path where your pendrive is actually mounted (it will be usually /media/username/label where username is your username, and label is the label given to your pendrive when it was formatted). In the terminal, just copy files to this path using cp command: cp filename.txt /media/username/label.

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.