Skip to content

Commit

Permalink
Merge pull request #207 from jaretanderson/service-admin
Browse files Browse the repository at this point in the history
Service admin terminal switch command
  • Loading branch information
jaretanderson authored Jul 1, 2021
2 parents 33a70cd + 8a67e27 commit 9f7a4a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion service-admin/step2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

<pre class=file>
Terminated
</pre>
Expand Down
3 changes: 2 additions & 1 deletion service-admin/step5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

<pre class=file>
Export list for b02029791f2d:
Expand All @@ -26,6 +26,7 @@ configuration change.
`showmount -e`{{execute T1}}

<pre class=file>
Export list for b02029791f2d:
/home *
</pre>

Expand Down

0 comments on commit 9f7a4a9

Please sign in to comment.