github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/gen/includes/fid-kill.inc.md (about) 1 `fid-kill` doesn't send a kernel signal to the process since Murex is 2 a multi-threaded shell with a single signal, `fid-kill` will send a 3 cancellation context to any builtins executing (which covers builtins, 4 aliases, public and private functions and any external executables running 5 which were launched within the current Murex shell). 6 7 The FID (function ID) sent is not the same as a POSIX (eg Linux, macOS, BSD) 8 PID (process ID). You can obtain a FID from `fid-list`.