Hieu NguyenPersonal Document
  • Introduction
    • Installation
    • Mega-Menu
    • Installation
    • Create-Hooks
    • Commands
    • Autossh
  • Introduction
    • Installation
    • Mega-Menu
    • Installation
    • Create-Hooks
    • Commands
    • Autossh

Unix commands

list all processes and filter by name#

ps axwwu | grep -i php

display number of processes which belong to the same app#

pidof code | wc -w

kill all processes generated by the same app#

killall php

Create-Hooks
Autossh

MIT 2023 © Nextra.
Edit this page on GitHub