From b25a6cb0955ccef5205627ef4568dbd899c5ed31 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sat, 19 Dec 2020 15:58:43 +0100 Subject: docs: tiny change --- docs/Install-with-AC-Dashboard.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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) -- cgit