ls -l /dev/disk/by-idlook for a file named something like usb-Ut163_USB2FlashStorage_000000000009... and note the name of the file it points to (e.g. ../../sdb1).
Next it needs to be mounted. If you are not root, it needs to be open to anyone to mount it. Look for device you can mount in /etc/fstab. E.g.
grep user /etc/fstabHopefully this will show up something matching ../../sdb1 found in /dev/disk/by-id. Now mount it
mount /dev/sdb1Use ls, cp etc. on the second file name given in /etc/fstab. E.g.
ls /mnt/usbdrive cp -p /mnt/usbdrive/langdon_rnanet.pdf .
Remember to dismount it before unplugging if from the USB socket. E.g.
umount /mnt/usbdrive
/var/run/media/username
lsusb