Useful commands¶
Kill unresponsive process¶
An unresponsive processe/service ignores the kill command.
In order to shut down the process immediately use
where PID is the process ID.
This is equivalent to
The kill -SIGKILL command bypasses the standard shutdown routine and unsaved data will be lost.
Remove broken symbolic links¶
Sycalls ID to name mapping¶
The following command shows the mapping of syscall IDs to their names: