How to use the disown command: 2-Minute Linux Tips

How to use the disown command: 2-Minute Linux Tips

Assessment

Interactive Video

Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains the disown command, which allows users to detach a running process from their login session, ensuring it continues to run even after logging out. The command is a shell builtin, commonly used in bash. The tutorial provides a practical example by running a script in the background, disowning it, and demonstrating how it no longer appears in the jobs queue but continues to run. It also covers the behavior of such processes when logging off and back in, highlighting that they remain unaffected by the login shell.

Read more

2 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Explain how you can verify if a process is still running after disowning it.

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

What happens to a disowned process if you log off and back in?

Evaluate responses using AI:

OFF