Skip to main content
disowning

disowning

8.3
Removing a background task from the terminal so it keeps running after you log out
  • noun
  • Specialized
translation icon : desvinculación
  • 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

23 4.2

Keeping something so you still have it

Having enough shares or power to make important company decisions

Surface Forms

disowning singular
disownings plural

Morphology

disowning = disown (opaque) = dis + own + ing

Adding '-ing' to the technical verb 'disown' straightforwardly forms the name of the operation.

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.