How could you use ssh to compare the contents of the ~/memos directories on plum and the local system?
What will be an ideal response?
Assuming you have the same username on both systems, the following com-
mand displays a list of files that are in the ~/memos directory on one system
or the other, but not on both systems:
Computer Science & Information Technology
You might also like to view...
How many times will the following code print out the message?
``` for x in range (0 ,5): for y in range (0 ,10): print "I will be good" ```
Computer Science & Information Technology
The disk drive inside your computer is called the hard drive
Indicate whether the statement is true or false
Computer Science & Information Technology
What type of USB cable is especially popular on smartphones?
A. FireWire connections B. CODEC connections C. Macro connections D. Micro connections
Computer Science & Information Technology
What keyword is used to end a CASE statement?
a. CASE b. WHEN c. ELSE d. END
Computer Science & Information Technology