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++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -