If you know the device name of the USB stick and the location of the file you want to copy, it should be the same as copying files between any two devices. You'll have a command of the formIs there a good, easy to understand tutorial on how to copy files to a USB stick in Debian using terminal commands?
Code:
cp <filename_full_path> <destination_path>
Now, finding the path for your USB stick may be a little more complicated. I saw
Code:
fdisk -l
Code:
lsblk
Code:
cp /home/user/Downloads/myfile.zip sdd/
Code:
cp "/home/user/USB Backup/*.*" sdd/
Statistics: Posted by Silent Observer — 2024-09-02 19:58 — Replies 19 — Views 1518