Ask Question

1) Write the command that moves the file data1 into the directory testdаta:

2). Write the command that moves the file data1 into the parent of your current directory.

3) Write the command that shows the contents of the subdirectory letters.

+1
Answers (1)
  1. 30 August, 23:19
    0
    1) mv data1 testdata/

    2) mv data1 ... /

    3) ls letters

    These are the * nix commands. You can find out more by looking at their man pages. You can get more info about the man subsystem by running: man man
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “1) Write the command that moves the file data1 into the directory testdаta: 2). Write the command that moves the file data1 into the parent ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers