↧
Answer by Sohel Khan for Move file to external hard drive sub-directory
You can simply use move command and set path of hard disk. sudo mv fromPath/ /media/username/harddisk name/ Thanks.
View ArticleAnswer by Larry R. Irwin for Move file to external hard drive sub-directory
Mount the device as /mnt/usb Create a folder mkdir -p /mnt/usb/Backup/Dec_02_2016 Copy to the recently mounted device cp -p /home/User_F_Readout/Downloads/Temp_Report_56_09242016.txt...
View ArticleMove file to external hard drive sub-directory
I am looking to copy a file from a sub-directory on my Ubuntu 16.04 system to an external USB drive (this one) using the CLI. The drive has the following file and folder structure: /Backup...
View Article