/* tmux retten */

This commit is contained in:
Vater 2014-03-12 02:04:36 +00:00
parent 82a6d7d8ca
commit 4206b4cc41

View File

@ -274,16 +274,16 @@ Ctrl-b $ rename session
Ctrl-b ? help
</pre>
== tmux retten ==
=== tmux retten ===
(geht nur bei Linux mit Hilfe von /proc, nicht BSD/Mac)
z.B bei Protokollupgrade (1.8 < 1.9) "tmux attach protocol version mismatch (client 8, server 7)"
z.B. bei Protokollupgrade (1.8 < 1.9) <code>tmux attach protocol version mismatch (client 8, server 7)</code>
<pre>
<source lang="bash">
pgrep tmux
/proc/<TMUX_PID>/exe attach
</pre>
</source>
== ADMIN: btrfs daily snapshots ==
<pre>