scp -r scp -r /work/projects/BioITeam/projects/courses/Core_NGS_Tools/linuxpractice/changes/ changes/
# or
rsync -ptrvP /work/projects/BioITeam/projects/courses/Core_NGS_Tools/linuxpractice/changes/ changes/
# Note: rsync -avP ... will also work, but will report an error because the destination file and
# directory ownership cannot be changed to match the source. But the files will becopied,and
# ownership assigned to you.
# Then
cd changes
more largeFile.txt
Expand
title
Step 4 answer
From inside your ~/what/starts/here/changesdirectory:
Code Block
title
Play a scavenger hunt for more practice
rsync -avPptrvPcorengstools@cobrascorengstools@dragonfly.ccbbicmb.utexas.edu:~/the/ the/
cd the
cat instr5.txt
cd world
cat instr6.txt