Changes
Page history
Update home
authored
Mar 12, 2021
by
Odunlami Marc
Hide whitespace changes
Inline
Side-by-side
home.md
View page @
a41fd723
...
...
@@ -113,4 +113,10 @@ sinfo
```
## Kill X2Go sessions (for teachers)
Some teachers can kill broken X2Go sessions using the following commands:
Some teachers (who asked to be sudo users) can kill broken X2Go sessions using the following commands:
```
# List the names NNNN of all current X2Go sessions (sorted):
sudo /usr/sbin/x2golistsessions_root | cut -d '|' -f 2 | sort
# Kill the NNNN session
sudo /usr/bin/x2goterminate-session NNNN
```
\ No newline at end of file