On Thu, 2015-02-05 at 15:56 +0000, Andrew Haley wrote:
> On 01/12/2015 05:25 PM, Angelo Moreschini wrote:
> > 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 ?
> 
> It's a Java progra, so use "jps":
> 
>  $ jps -l
> 32490 org.netbeans.Main
> 32751 sun.tools.jps.Jps

Doesn't appear to be in the standard repos:

$ jps
bash: jps: command not found...
$ yum info jps
Loaded plugins: auto-update-debuginfo, langpacks
Error: No matching Packages to list
$ yum list jps
Loaded plugins: auto-update-debuginfo, langpacks
Error: No matching Packages to list
$ yum search jps
Loaded plugins: auto-update-debuginfo, langpacks
================================================================ N/S
matched: jps
================================================================
texlive-jpsj-doc.noarch : Documentation for jpsj
texlive-jpsj.noarch : Document Class for Journal of the Physical Society
of Japan

  Name and summary matches only, use "search all" for everything.

poc

-- 
users mailing list
users@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

Reply via email to