Skip to content

Commit 1788a13

Browse files
committed
Minor updates to course materials ready for teaching next course
1 parent b2c6ded commit 1788a13

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

exercises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Apparently, certain web browser setting cause the archive to unzipped upon downl
107107
(The `tar` command is useful, as it allows multiple files and the associated file hierarchy to be stored within a single archive file. You don’t need to understand this command at the moment.)
108108

109109
### b.
110-
Explore the `MAZE` folder. Use `cd` to move around the maze and `ls` to check what is in each room. Can you find the treasure?
110+
Go to the `Exercise_3` folder and then explore the `MAZE` folder. Use `cd` to move around the maze and `ls` to check what is in each room. Can you find the treasure?
111111

112112
### c.
113113
1. In the folder `Exercise_3` you will find a file entitled `poem.txt`. Write out the contents to the screen using the command `cat`.

presentation.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ theme: uncover
149149

150150
* We recommend using Bash - arguably the best known
151151

152-
* This is not the LMB cluster default
152+
* This is now the LMB cluster default (but didn't used to be)
153153

154154
* Ask scientific computing to make it your default
155155

@@ -271,6 +271,19 @@ theme: uncover
271271

272272
---
273273

274+
## Introducing the Linux filesystem
275+
* Locations represented as a line of text
276+
277+
* Each folder ends with a forward slash:
278+
`/lmb/home/jsmith/file1.txt`
279+
280+
* Relative links:
281+
`../pjones/file2.txt`
282+
`./file4.txt`
283+
`~/folderA/file5.txt`
284+
285+
---
286+
274287
## Demo Linux commands and the filesystem
275288

276289
ls
@@ -285,19 +298,6 @@ theme: uncover
285298

286299
---
287300

288-
## Introducing the Linux filesystem
289-
* Locations represented as a line of text
290-
291-
* Each folder ends with a forward slash:
292-
`/lmb/home/jsmith/file1.txt`
293-
294-
* Relative links:
295-
`../pjones/file2.txt`
296-
`./file4.txt`
297-
`~/folderA/file5.txt`
298-
299-
---
300-
301301
## Naming files
302302

303303
* Use only alphanumeric characters, the underscore symbol (_) and the dot (.):

tutor_notes/answers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Version
3434
`ls -l /usr/bin/who`
3535

3636
3. `groups`
37+
38+
`groups [username]`
3739

3840
#### b
3941
`sort letters.txt > sorted.txt`

0 commit comments

Comments
 (0)