Horje
kill cron proccess ubuntu terminal Code Example
kill cron proccess ubuntu terminal
0

First of all check the working process with this command.

ps -o pid,sess,cmd afx | egrep "( |/)cron( -f)?$"
This command's output is

599  599 cron
4288  599 \_ CRON
and now kill the process with this command

pkill -s 4288




Shell

Related
django flush sessions on server startup Code Example django flush sessions on server startup Code Example
powershell check file extension Code Example powershell check file extension Code Example
vs code gith hub credentials aren't keep arch linux Code Example vs code gith hub credentials aren't keep arch linux Code Example
postgresql cli first time Code Example postgresql cli first time Code Example
zenity liste seçim gösterme Code Example zenity liste seçim gösterme Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9