Welcome to the Linux Foundation Forum!

LABS 10.6 Use SCP to copy a folder from one location to another

In exercise 10.1 this is clearly a script:

$ for i in /tmp/transfer-lab/{a,b,c}-{1,2,3}.{txt,log,bin}
do
echo $i > $i
done

But there's no guidance as to where it goes - or at least none that I can see. Also it's not clear if I should just randomly create a number of log files in /tmp/transfer-lab or whether this is in fact what the script achieves.

Categories

Upcoming Training