You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/debian/screen.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
+++
2
2
title = "Screen Application"
3
3
date = 2025-05-06
4
+
updated = 2026-05-25
4
5
extra = { series = "Debian" }
5
6
taxonomies = { tags = ["Debian"] }
6
7
+++
@@ -35,6 +36,14 @@ Where `session_name` is the name of the session
35
36
screen -S session_name
36
37
```
37
38
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.
0 commit comments