I have RedHat linux 9.0 at home machine , want to store content of USB flash memory to
plug in your usb drive On command line run # fdisk -l This will show you which device your usb is mounted. Mount the divice on file system # mount /dev/sda1 /mnt/temp # cd /mnt/temp
And you should be on your way