From 2b720a1935cad8b5860b5322897bbc78972d2a8b Mon Sep 17 00:00:00 2001 From: Cal <35017184+CallumWalley@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:02:09 +1200 Subject: [PATCH] Update 02-filesystem.md --- _episodes/02-filesystem.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_episodes/02-filesystem.md b/_episodes/02-filesystem.md index 0c4671a6..4dd10f59 100644 --- a/_episodes/02-filesystem.md +++ b/_episodes/02-filesystem.md @@ -1,15 +1,15 @@ --- title: "NeSI Filesystem" -teaching: 30 -exercises: 10 +teaching: 15 +exercises: 5 questions: -- "How can I move around the cluster filesystem" -- "How can I see what files and directories I have?" -- "How can I make new files and directories." +- "Where is the best place to store my data?" +- "How do I recover deleted files?" +- "How do I find out how much disk space I have?" objectives: -- "Create, edit, manipulate and remove files from command line" +- "Learn about the NeSI filesystems, and when to use each one." keypoints: -- "The file system is responsible for managing information on the disk." +- "" ---