Ask Question
2 August, 13:09

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.

+5
Answers (1)
  1. 2 August, 16:33
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers