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) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -