Get id of a process and kill it
Sometimes you must kill a process from command line. “kill” command needs process id. You can get a process details with “ps aux | grep java” but this command prints lots of details. But “kill” command needs only the process id data. For getting id of a process you can Devamı…