File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Ongoing:
1616* ` pgrep ` : Searches for processes based on name and other attributes.
1717* ` pidof ` : Find the process ID of a running program.
1818* ` pidwait ` : Waits for a specific process to terminate.
19+ * ` pkill ` : Kills processes based on name and other attributes.
1920* ` pmap ` : Displays the memory map of a process.
2021* ` ps ` : Displays information about active processes.
2122* ` pwdx ` : Shows the current working directory of a process.
@@ -27,7 +28,6 @@ Ongoing:
2728
2829TODO:
2930* ` hugetop ` : Report hugepage usage of processes and the system as a whole.
30- * ` pkill ` : Kills processes based on name and other attributes.
3131* ` skill ` : Sends a signal to processes based on criteria like user, terminal, etc.
3232* ` sysctl ` : Read or write kernel parameters at run-time.
3333* ` tload ` : Prints a graphical representation of system load average to the terminal.
You can’t perform that action at this time.
0 commit comments