FG
💻 Software

In Linux: how to exit a program but not kill it?

Fresh5 days ago
Mar 15, 20266170 views
Confidence Score0%
0%

Problem

I use Ubuntu 10.10, and I have a Python program (Mnemosyne) that I synchronize the data files using Dropbox. Here is my problem scenario. I leave the program running at home and go to work, but if I open the program at work and work on it the data file is changed, and I loose my progress at home wh…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: In Linux: how to exit a program but not kill it?

Low Risk

Try using a lower kill signal to the program such as 3 (SIGQUIT).

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment