User Tools

Site Tools


cs:linux_commands
Return to Home page
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


cs:linux_commands [2024/04/08 22:35] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Linux Commands ======
  
 +==== pkill ====
 +Send the ''SIGTERM'' signal to the process ''program''
 +<code bash>
 +pkill program
 +</code>
 +
 +Send a specific signal (e.g., ''SIGKILL'') to the process ''program''
 +<code bash>
 +pkill --signal SIGKILL gedit
 +</code>
 +
 +==== pgrep ====

If you found any error, or if you want to partecipate to the editing of this wiki, please contact: admin [at] skenz.it

You can reuse, distribute or modify the content of this page, but you must cite in any document (or webpage) this url: https://www.skenz.it/cs/linux_commands?do=diff&rev2%255B0%255D=&rev2%255B1%255D=1562240364&difftype=sidebyside
/web/htdocs/www.skenz.it/home/data/pages/cs/linux_commands.txt · Last modified: 2024/04/08 22:35 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki
Privacy Policy