Search This Blog

Thursday, 6 November 2025

command to kill all the processes running by a specific user

 

following command can be used to kill all the processes running by oracle user, replace oracle by any user of interest.


pkill -9 -u `id -u oracle`



No comments:

command to kill all the processes running by a specific user

  following command can be used to kill all the processes running by oracle user, replace oracle by any user of interest. pkill -9 -u `id -u...