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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *