Where is killall on CentOS? Help! My CentOS server is running away from me and I can’t find killall! Where is killall? Use pkill process instead, e.g. pkill apache2 Reference: Read More
How do you continuously watch / monitor a Linux command? Sometimes you want to continuously observe a Linux command. Instead of up arrow and enter the whole time, try this: watch -n 1 “systemctl is-active Read More
How to see what’s running on a port in Linux user@hostname ~ $ sudo lsof -i -P -n | grep LISTEN | grep 1025 mailcatch 1104 root 9u IPv4 27240 0t0 Read More