disowning
- noun
- Specialized
- She used disowning to detach the job so it kept running after she logged out.
Examples
-
The tutorial explains disowning background tasks in the shell to prevent their termination.
-
After starting the process with &, he relied on disowning to avoid losing it when closing the terminal.
-
The disowning of background jobs is crucial for system security.
-
I learned about disowning jobs in my Unix class.
-
The tutorial explains disowning background tasks in the shell to prevent their termination.
-
After starting the process with &, he relied on disowning to avoid losing it when closing the terminal.
-
She used disowning to detach the job so it kept running after she logged out.
Antonyms
Surface Forms
Morphology
Etymology
Disowning in computing comes from the same parts dis- 'not' and own 'to have'. A helpful way to remember this sense is to think the shell 'stops owning' a job, so the job will keep running and will not be stopped when you log out.