What is Linux killall Command?
| -e | Require an exact match for very long names. |
| -g | Terminate the process group to which the running process belongs. |
| -i | Interactively ask for confirmation before killing. |
| -l | List all known signal names. |
| -q | Do not complain if no processes were killed. |
| -w | Wait for all killed processes to die. |
| -S | Specify SID: kill only processes with given SID. |
| -c | Specify security context: terminate only processes with given security context. |