Linux : Find running process on a port
ps aux | grep 3000 Watch the following video to do learn some advance techniques!
@ tutorialhorizon
ps aux | grep 3000 Watch the following video to do learn some advance techniques!
Have you ever got the following error ? 18:00:45.430 INFO – Launching a standalone server … Exception in thread “main” java.net.BindException: Selenium is already running on port 4444. Or some other service is. at...
You can list all the running processes in linux terminal using the following command : List running process : ps -aef If you want more information you can use the following command : ps...
Recent Comments