dtach

Emulates screen's detach feature for simple session management

brewmacoslinux
Try with needOr install directly
Source

About

Emulates the detach feature of screen

Commands

dtach

Examples

Create a new detached session and attach to it$ dtach -c /tmp/mysession bash
Attach to an existing detached session$ dtach -a /tmp/mysession
List all available dtach sessions$ ls -la /tmp/ | grep mysession