✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Scenario A:
user1@PC:~$ tree
.
└── Desktop
2 directories, 0 files
Scenario B:
user1@PC:~$ tree -d Desktop/
Desktop/
└── SYS1
├── Cours
├── PROG
├── TD
└── TP
6 directories
Question:
Given Scenario A, select the correct command(s) to create the directories shown in Scenario B: