Home > Ubuntu > To Kill an Application in Ubuntu

To Kill an Application in Ubuntu

In the terminal, search for the application’s ID:

ps auwx | grep -i office

The terminal will return something like:

euri      2447  0.3  5.1 720112 104280 ?       Sl   14:19   0:19 /usr/lib/openoffice/program/soffice.bin -calc /home/euri/Desktop/activities_next_release.xls -splash-pipe=5
euri      3288  0.0  0.0   7624  1012 pts/0    S+   15:46   0:00 grep --color=auto -i office

Then, kill the application using the ID.

kill -9 2447


Thanks Pao! :D

Advertisement
Categories: Ubuntu
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.