FG

Attaching a process to a terminal in LInux

Fresh3 days ago
Mar 15, 202621336 views
Confidence Score0%
0%

Problem

I have a file opened in running in a terminal( ), if I directly closes the terminal without first closing the file then I can see the still running in the background( ). Now is there any way to attach that process i.e. vi to some other terminal so that I can continue my work on the file. I have als…

Error Output

vi

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Attaching a process to a terminal in LInux

Low Risk

This is not possible “cleanly”. There are tools such as screen and tmux that create a remanent virtual terminal: you can start your program inside screen, detach the screen session, and later reattach the screen session on a different terminal. But …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment