• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

Tag: kill

06 November 2019

How to Kill a Process Running on Specific Port

Written by Rahul
Rahul
The Linux operating system consider everything as file. So first of all, use lsof (List of Open Files) Linux command to identify the process id (PID) of running process on any port. The you can use kill command to kill that process using the PID. Kill Process on Port For example, you need to...
Read More about How to Kill a Process Running on Specific Port
Linux Commands Leave a Comment
16 October 2018

How To Manually Force Stop a Service on Windows

Written by Rahul
Rahul
Problem: During the start of service hung on starting position as you can see below image. Waited some time but service was in the same state. None of the options were highlighted to stop/start/restart service. Now the only option available to forcefully kill this service by the process id on the Windows system. Below...
Read More about How To Manually Force Stop a Service on Windows
Windows Tutorials Leave a Comment
28 November 2014

How to Kill a Process by Name in Linux ?

Written by Rahul
Rahul
Command Syntax: pkill <process name> Examples: For example to kill all processes running with name java, use the following command. sudo pkill java To kill all processes running with name httpd use the following command. sudo pkill httpd
Read More about How to Kill a Process by Name in Linux ?
Linux Commands Leave a Comment

Popular Posts

  • How to Install Python 3.8 on Ubuntu, Debian and LinuxMint
  • How to Restart Network Service on CentOS 8 or RHEL 8
  • How to Check IP Address on CentOS 8
  • How to Install Java 11/8 on Amazon Linux
  • How to Configure Static IP on CentOS 8 (CLI)
Copyright © 2013-2019 TecAdmin.net. All Rights Reserved. This site uses cookies. By using this website you agree with our term and services
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkNo
Revoke cookies