On 07/18/2016 12:00 AM, Angelo Moreschini wrote:
What can be the connection from a program and his process....
...What possibility I can have to know the name of a proces
generate from a program ?
There are a few ways. The simplest way is to do "ps auxw | grep -i
<some part of the program name>". But sometimes the process name
doesn't match the program name, so can "dnf search" the name to find the
package name and then "rpm -ql <packagename" to find out the possible
executable files that it might be running. If you know some file that
the process has open, then you can do "lsof <path/to/file>".
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx
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