diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2020-12-19 15:58:43 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2020-12-19 15:58:43 +0100 |
| commit | b25a6cb0955ccef5205627ef4568dbd899c5ed31 (patch) | |
| tree | d4f6fcd03689a047d8c5f48767fba05a88bab1b7 /docs | |
| parent | 39f920363699180bcd9817fa79782d5c94194c9e (diff) | |
| download | wiki-b25a6cb0955ccef5205627ef4568dbd899c5ed31.tar.gz wiki-b25a6cb0955ccef5205627ef4568dbd899c5ed31.tar.bz2 wiki-b25a6cb0955ccef5205627ef4568dbd899c5ed31.zip | |
docs: tiny change
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Install-with-AC-Dashboard.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Install-with-AC-Dashboard.md b/docs/Install-with-AC-Dashboard.md index bab4d89..ed03d9c 100644 --- a/docs/Install-with-AC-Dashboard.md +++ b/docs/Install-with-AC-Dashboard.md @@ -182,6 +182,7 @@ Other useful commands: - create a new session: `tmux new -s my_session` - list all sessions: `tmux ls` - kill a session: `tmux kill my_session` (or just attach to it and type `exit`) +- kill ALL sessions: `tmux kill-server` - ...more details available at the [tmux wiki](https://github.com/tmux/tmux/wiki) |
