mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
*: sync translations with English pages (#23592)
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
- Beëindig een proces met het SIGINT (interrupt) signaal, hetzelfde signaal dat wordt verzonden door `<Ctrl c>` in te drukken:
|
||||
|
||||
`killall -INT {{proces_naam}}`
|
||||
`killall {{[-2|-SIGINT]}} {{proces_naam}}`
|
||||
|
||||
- Forceer het beëindigen van een proces:
|
||||
|
||||
`killall -KILL {{proces_naam}}`
|
||||
`killall {{[-9|-SIGKILL]}} {{proces_naam}}`
|
||||
|
||||
Reference in New Issue
Block a user