Kill Command in Linux
kill
is a shell builtin in most Bourne-derived shells such as Bash and Zsh. The command behavior is slightly different between the shells and the standalone /bin/kill
executable.
Use the type
command to display all locations on your system containing kill
:
type -a kill