반응형
Q1>
# mkdir Bootcamp

# mkdir -p Fallcohort/waitlist
# cd Fallcohort/
# touch Italo.txt Edgar.txt Linus.txt Sara.txt Silvo.txt
# cd ..
# cd waitlist
# touch Hana.txt Haris.txt Netta.txt
# cd ../..

# mkdir WinterCohort
# cd WinterCohort
# touch Santigo.txt Iris.txt Naomi.txt
# cd ..

Q2>
# rm ./Fallcohort/Edgar.txt

Q3>
# mv Fallcohort/waitlist/Hanna.txt ./Fallcohort/

Q4>
# rm -rf ./Fallcohort/waitlist

Q5>
# mv ./Fallcohort/Sara.txt ./Fallcohort/Sarah.txt

Q6>
# mv Fallcohort/Italo.txt ./WinterCohort/

Q7>
# mv WinterCohort/ WinterCohortCANCELLED

Q8>
# rm -rf *

반응형
'CentOS > Study' 카테고리의 다른 글
| Section10>파일로 작업하기 퀴즈 답안 2 (0) | 2022.08.22 |
|---|---|
| Section10>파일로 작업하기 퀴즈 답안 1 (0) | 2022.08.22 |
| Section07>Nano 텍스트 편집기 퀴즈 답안 (0) | 2022.08.20 |
| Section06>파일 및 디렉토리 생성 및 실습 퀴즈 답안 (0) | 2022.08.18 |
| Section05>파일 시스템 탐색 퀴즈 답안 (0) | 2022.08.15 |