kill -s TERM 1234

Category: Administration

kill -s TERM 1234

Send a TERM signal to a process

The -s flag names the signal explicitly, so this politely asks process 1234 to terminate and gives it a chance to clean up. TERM is the default signal and the first choice; escalate to kill -9 only if the process ignores it. List signal names with kill -l.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.