The ________ command in Linux is used to send a signal to a process, often used for termination.
- continue
- kill
- pause
- stop
The kill command in Linux is used to send a signal to a process, often used for termination. It allows you to gracefully terminate or send specific signals to processes, giving you control over their behavior.
Loading...
Related Quiz
- Which command provides information about the network connections, routing tables, and network interface statistics?
- Which symbol is used in Bash scripting to execute a command?
- Which command is used to view the list of scheduled tasks for the system?
- The set -x command in a shell script is used to enable __________ for debugging purposes.
- When a script is not behaving as expected, you can add the _________ option at the top of the script to display each command before it's executed.