How to kill a Job using Unix command and if you can add some helpful scripts would be great.
you can find the process id of the job and using the commandkill -9 PIDwhere PID is the process id.
How to kill a Job using Unix command and if you can add some helpful scripts would be great.
ReplyDeleteyou can find the process id of the job and using the command
ReplyDeletekill -9 PID
where PID is the process id.