From 93b8fa8489793410a8a5872e61fefa277f7801ef Mon Sep 17 00:00:00 2001 From: Bagus Tris Atmaja Date: Thu, 8 Mar 2018 21:05:58 +0900 Subject: [PATCH] Update question --- _episodes/05-directory-structure.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_episodes/05-directory-structure.md b/_episodes/05-directory-structure.md index 4421ad0..cee67e4 100644 --- a/_episodes/05-directory-structure.md +++ b/_episodes/05-directory-structure.md @@ -3,11 +3,15 @@ title: Directory structure teaching: 5 exercises: 0 questions: -- "FIXME" +- "Understanding the concept of Unix directory structure" objectives: - "FIXME" keypoints: - "FIXME" --- +All Unix files are integrated in a single directory structure. The file-system is arranged in a structure like an inverted tree. The top of this tree is the root and is written as a slash ‘/’. + +## The `tree` command + FIXME