Step 3: Copy Command

For copying it from USB to System or System to USB we can use the command as

# cp –r <SOURCEFILE>/<DESTINATION FILEPATH>/

Example:

# cp –r file.txt /home/Directory/

Last updated