Computer Science, asked by rohitccpadole, 1 month ago

what are various options of kill commands​

Answers

Answered by rk9243195
1

Explanation:

Options and examples

kill -l :To display all the available signals you can use below command option: Syntax: $kill -l. ...

kill pid : To show how to use a PID with the kill command. Syntax: $kill pid.

kill -s : To show how to send signal to processes. ...

kill -L :This command is used to list available signals in a table format.

Similar questions