13,420
edits
Changes
→LINUX PRACTICE QUESTIONS
'''Review Questions:'''
# Write a Linux command to copy a file in the current directory called '''mytext.txt''' from your Matrix account to your account called '''user1 ''' on the Linux server domain name called '''tech.myserver.com''' to that user’s home directory.
# Write a Linux command similar to the previous question, but rename the file on the remote Linux server to '''yourtext.txt'''
# Write a Linux command to copy a file called '''~/project/linux.txt''' to the remote server called '''linux.techie.org'''<br>(your username for this remote server is the same username for your local server).