Finding a Process
ps aux | grep ipfetch.sh
ps aux - display all processes
grep - only list entries matching ipfetch.sh (regular expression)
Then kill it by it's process ID - PID
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
Comments
Post a Comment