Which Linux command is used to send signals to processes, commonly used for stopping them?
- kill
- start
- halt
- pause
The 'kill' command in Linux is used to send signals to processes. It is commonly used to terminate or stop processes gracefully. By default, 'kill' sends the TERM signal to a process, but it can be used to send other signals as well, depending on the situation.
Loading...
Related Quiz
- For debugging purposes, how can you set a breakpoint in a shell script?
- Which command can be used to list currently loaded kernel modules?
- Which daemon in Linux is responsible for logging system messages?
- In Linux, services that are set to restart automatically after a failure are said to be "_________".
- The ________ file in Linux contains the default boot entry and settings for the bootloader.