How to kill a background process in linux -


i doing rpc connection between 2 computers. have started process ./server & in 1 computer (linux) , forgot kill. when try establish connection again, says rpc: port mapper failure - rpc: timed out. because old process still running in background. how kill it?

first process id of job

$ pgrep wget 

then kill it..

$ kill<pid> 

Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -