diff --git a/unixisms/foreground.sh b/unixisms/foreground.sh deleted file mode 100644 index 765da5f0..00000000 --- a/unixisms/foreground.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -# switch directories out of the home dir for root -cd / diff --git a/unixisms/index.json b/unixisms/index.json index d8bbc69a..19159355 100644 --- a/unixisms/index.json +++ b/unixisms/index.json @@ -26,7 +26,6 @@ ], "intro": { "text": "intro.md", - "courseData": "foreground.sh", "credits": "__Author:__ Jaret Anderson, Technical Contributor (Red Hat)" }, "finish": { diff --git a/unixisms/step2.md b/unixisms/step2.md index cd24121c..aaea0df5 100644 --- a/unixisms/step2.md +++ b/unixisms/step2.md @@ -2,7 +2,11 @@ Linux is filled with shortcuts, and learning these shortcuts is a crucial step to speeding up your work. One such shortcut -is that `~` is aliased to the current user's home directory. +is that `~` is aliased to the current user's home directory. To test out some +applications of this, change directories to the root directory of the system: + +`cd /`{{execute T1}} + The `~` alias works in any case where you have to specify a path. If you wanted to list the contents of the _openscap_data_ subdirectory located in the home directory of __root__, the following command is