- Set the environment into korn shell
# ksh –o vi - Set the environment variable
# export s=’pwd’ - Access to the related directories
# cd /media/usbdisk - Copy the files in the external device
# cp –r testing_* $s - Remove the external device
# umount /media/usbdisk