On 01/02/2017 05:22 PM, Rich Shepard wrote:
>    I had gnucash crash while attempting to load a .qif file so I looked at
> the process list. There are dozens of these processes:
> 
> /usr/bin/gpg-agent --sh --daemon --write-env-file 
> /home/rshepard/.cache/gpg-agent-info
> 
> and a long running
> 
> /usr/lib/udisks2/udisksd --no-debug
> 
>    I've not seen either of these before and have no idea what generated them.
> 
>    Which ps options will tell me what generated them?
> 

You can forget about udisksd (part of udisks2 - Disk Manager) as that
pops up whenever a storage device is mounted via the system message bus
(D-bus/udev).

gpg-agent will pop up whenever you use GnuPG or another program that
uses GnuPG keys, such as ssh, email, and some encryption functions.

ps -Af --forest will give a tree view
htop another ncurses process finder with tree view and lots of info

_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to