Skip to content

Commit 1a4c722

Browse files
committed
Added how to spawn a detached screen
1 parent f69b97a commit 1a4c722

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

content/debian/screen.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "Screen Application"
33
date = 2025-05-06
4+
updated = 2026-05-25
45
extra = { series = "Debian" }
56
taxonomies = { tags = ["Debian"] }
67
+++
@@ -35,6 +36,14 @@ Where `session_name` is the name of the session
3536
screen -S session_name
3637
```
3738

39+
## Detached
40+
41+
Starts a new detached session that ends once the commands stops. Provides an easy to manage way to spawn a job in a different process that survives closing of the terminal window.
42+
43+
```sh
44+
screen --d -m [COMMAND_HERE]
45+
```
46+
3847
# List sessions
3948

4049
```sh

0 commit comments

Comments
 (0)