On Wed, Sep 25, 2024 at 9:31 PM Doug Moen <doug at moens.org> wrote: > > Oh, that's clever. What I do instead is `ps aux | grep tmux | grep -v grep`. That is what I have been doing for decades too. Though I use ps -ef rather than aux, because I learned UNIX on SysV systems, not the BSD lineage.