Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find and kill process

Find PID of process to kill with:
ps ax
Then just specify "kill PID" command as for example:
kill 16320
kill -9 16320 	#Force kill in case process is not answering.
Comment

how to kill process

sudo kill <PID>
Comment

PREVIOUS NEXT
Code Example
Shell :: pip install pytorch windows 
Shell :: change git username and email 
Shell :: list apt installed programs 
Shell :: mac zip with password 
Shell :: enable ssh ubuntu 
Shell :: grep exclude file extension 
Shell :: bash quotes 
Shell :: subl command not found mac 
Shell :: su: failed to execute /bin/bash: Resource temporarily unavailable 
Shell :: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432 
Shell :: docker created network and attach a docker container 
Shell :: tmux detach 
Shell :: install cuda in ubuntu 
Shell :: install formik 
Shell :: how to disable a wifi card raspberry pi 
Shell :: run file linux 
Shell :: warning: LF will be replaced by CRLF 
Shell :: git change master branch 
Shell :: git create and checkout branch 
Shell :: How to count number of files in each directory 
Shell :: how to list all versions of pip in ubuntu using grep 
Shell :: how to run shell script 
Shell :: add date to git reflog 
Shell :: replace delimiter for enter command 
Shell :: mongodb install ubuntu 
Shell :: unable to find docker images locally 
Shell :: bash run program in loop 
Shell :: whats the file path for the documents folder linux 
Shell :: move multiple files with a single mv command 
Shell :: update composer mac 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =