Forrest logo
back to the tskill tool

tskill:tldr:e61fd

tskill: Terminate a process by its process identifier.
$ tskill ${process_id}
try on your machine

The command "tskill" is used to terminate or end a running process by specifying its process ID.

The term "${process_id}" is a placeholder that needs to be replaced with the actual process ID of the process you want to terminate. The process ID is a unique numerical identifier assigned to each running process by the operating system.

So, when you replace "${process_id}" with the appropriate process ID and execute the command "tskill ${process_id}", it will target and terminate the specified process, effectively ending its execution.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the tskill tool