Ask Question
17 July, 17:11

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.

+3
Answers (1)
  1. 17 July, 20:01
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers