From a1a58f5ea723a58ccfd13385efd3ca237e026918 Mon Sep 17 00:00:00 2001 From: Jaret Anderson Date: Wed, 30 Jun 2021 17:02:41 -0600 Subject: [PATCH 1/3] changed null command syntax --- service-admin/step2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-admin/step2.md b/service-admin/step2.md index 496cf8a8..a4ce58ce 100644 --- a/service-admin/step2.md +++ b/service-admin/step2.md @@ -8,7 +8,7 @@ However, to make this command clickable for each new lab instance the `pidof` `kill $(pidof dd)`{{execute T1}} -There is no output, but switching back to Terminal 2 ` `{{execute T2}} +There is no output, but switching back to Terminal 2 `:`{{execute T2}} reveals that the `dd` process has been terminated.

From 728cd2e96e0d908305011fb8ae7148d5581b608d Mon Sep 17 00:00:00 2001
From: Jaret Anderson 
Date: Wed, 30 Jun 2021 17:02:51 -0600
Subject: [PATCH 2/3] fixed execute and export typos

---
 service-admin/step5.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/service-admin/step5.md b/service-admin/step5.md
index 8987b9f3..0a7a56ad 100644
--- a/service-admin/step5.md
+++ b/service-admin/step5.md
@@ -9,7 +9,7 @@ This command adds the home directory to the export list configuration file for
 NFS. Changing this config file does not lead to any immediate changes in the
 NFS service, though. Print the export list again to confirm this:
 
-`showmount -e`{{export T2}}
+`showmount -e`{{execute T1}}
 
 
 Export list for b02029791f2d:
@@ -26,6 +26,7 @@ configuration change.
 `showmount -e`{{execute T1}}
 
 
+Export list for b02029791f2d:
 /home *
 
From 8a67e2772a741f786f0570fb0754ffa16397c9e5 Mon Sep 17 00:00:00 2001 From: Jaret Anderson Date: Thu, 1 Jul 2021 08:20:47 -0600 Subject: [PATCH 3/3] Experimenting with null command to switch terminals --- service-admin/step2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/service-admin/step2.md b/service-admin/step2.md index a4ce58ce..fa5e8328 100644 --- a/service-admin/step2.md +++ b/service-admin/step2.md @@ -8,9 +8,11 @@ However, to make this command clickable for each new lab instance the `pidof` `kill $(pidof dd)`{{execute T1}} -There is no output, but switching back to Terminal 2 `:`{{execute T2}} +There is no output, but switching back to Terminal 2 reveals that the `dd` process has been terminated. +` `{{execute T2}} +
 Terminated