---
title: "tmux ls"
description: "https://youtu.be/LY41GLn_DGg"
date: 2021-07-30
published: true
tags:
  - cli
  - linux
  - tmux
template: blog-post
---


[https://youtu.be/LY41GLn_DGg](https://youtu.be/LY41GLn_DGg){.youtube-embed}

tmux ls will list the sessions that you have running within the tmux server if
tmux is currently running.  This is handy to combine with commands such as `attach`.

``` bash
tmux ls
```

<a href="/tmux-attach/" class="wikilink" data-title="tmux attach" data-description="https://youtu.be/JQ0yDCVu44E" data-date="2021-07-31">tmux attach</a>

<a href="/tmux-nav-2021/" class="wikilink" data-title="How I navigate tmux in 2021" data-description="change_speed = (speed) =&gt; [...document.querySelectorAll(&#39;video&#39;)].map(v =&gt; v.playbackRate=v.playbackRate+speed)" data-date="2021-05-11">How I navigate tmux in 2021</a>

> for more information on how I navigate tmux, check out this full post

Also check out the full YouTube
[tmux-playlist](https://www.youtube.com/playlist?list=PLTRNG6WIHETB4reAxbWza3CZeP9KL6Bkr)
to see all of the videos in this series.
