How to kill job

Hi,

I would like to know the linux command to kill a job. I have seen kill -TERM command but does not work.

Where can I see all commands available ?

regards

Please try :

qdel  <job id>                   #  qdel   100
qdel  -W force  <job id>   #  qdel -W force  100 ,  
                              but make sure delete the job files on the
                              compute node / mother superior node
                               - /var/spool/pbs/mom_priv/jobs
kill  -TERM  <SESSION ID of the JoB or process ID attached to that job
1 Like

I found : qdel