<div dir="ltr">2015-01-12 19:25 GMT+02:00 Angelo Moreschini <span dir="ltr">&lt;<a href="mailto:mrangelo.fedora@gmail.com" target="_blank">mrangelo.fedora@gmail.com</a>&gt;</span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi,<br><br>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).<br><br></div>But am am not able to know this process number..<br><br></div>- In the window of gnome-system-monitor the name &quot;netbeans&quot; isn&#39;t.<br></div>- The command line : &quot;ps aux | grep netbeans&quot;,  give me a full page of references..<br><br></div>Could I know a simple way to have this information ?<br><br></div><div>Thank you<br></div>Regards<span class=""><font color="#888888"><br><br></font></span></div><span class=""><font color="#888888">Angelo  <br></font></span></div>
<br></blockquote><div><br>pkill netbeans<br>or<br>kill $(pidof netbeans)<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct" target="_blank">http://fedoraproject.org/code-of-conduct</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
<br></blockquote></div><br></div></div>