diff options
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) |
