what is the process number of a "running application" ?

Alchemist raimiiic at gmail.com
Mon Jan 12 21:36:16 UTC 2015


2015-01-12 19:25 GMT+02:00 Angelo Moreschini <mrangelo.fedora at gmail.com>:

> Hi,
>
> I would like to know the process number of an application that actually is
> running (Netbeans in my case), with the purpose to kill it (when is froze).
>
> But am am not able to know this process number..
>
> - In the window of gnome-system-monitor the name "netbeans" isn't.
> - The command line : "ps aux | grep netbeans",  give me a full page of
> references..
>
> Could I know a simple way to have this information ?
>
> Thank you
> Regards
>
> Angelo
>
>
pkill netbeans
or
kill $(pidof netbeans)


> --
> users mailing list
> users at lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20150112/44359406/attachment.html>


More information about the users mailing list