Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service admin terminal switch command #207

Merged
merged 3 commits into from
Jul 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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