<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>tmux on Wenhan blog</title>
    <link>https://wenhan.blog/tags/tmux/</link>
    <description>Recent content in tmux on Wenhan blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja-JP</language>
    <lastBuildDate>Thu, 29 Jun 2017 14:31:14 +0000</lastBuildDate><atom:link href="https://wenhan.blog/tags/tmux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ログオフ後もプロセスを実行し続ける方法</title>
      <link>https://wenhan.blog/posts/20170629_how-to-keep-process-script-running-after-end-the-ssh-session/</link>
      <pubDate>Thu, 29 Jun 2017 14:31:14 +0000</pubDate>
      
      <guid>https://wenhan.blog/posts/20170629_how-to-keep-process-script-running-after-end-the-ssh-session/</guid>
      <description>tmuxはこれを実現できるオープンソースソフトウェアです。他にも多くの機能がありますが、ここではsshセッションを終了してもプロセスを動かし続ける方法を説明します。手順は以下の通りです：
シェルでtmuxと入力してtmuxセッションを開始します。 tmuxセッション内でプロセスやスクリプトを起動します。 Ctrl+bを押してからdを押すことで、tmuxセッションから離脱（デタッチ）します。 これでsshセッションを切断・ログオフしても、プロセスやスクリプトはtmuxセッション内で動き続けます。再度状態を確認したい場合は、再ログインしてtmux attachでセッションに再接続できます。
現在動作中のセッションはtmux list-sessionsで一覧表示できます。
tmuxはさらに多くの機能があります。詳細はman tmuxを参照してください。</description>
    </item>
    
  </channel>
</rss>
