Hello,

> ni@quark:~/.ssh$ ps aux | grep 22009
> ni        7740  0.0  0.0   6076   892 pts/6    S+   11:21   0:00 grep
> 22009
> ni       22009  2.0  0.2  89404 78536 ?        RL   02:51  10:30 gpg
> --batch --no-sk-comments --status-fd 104 --no-tty --charset utf8
> --enable-progress-filter --exit-on-status-write-error --display :0
> --logger-fd 108 --with-colons --list-keys --
> 4E2247974AA5A23A5C92BB4DBB8B3D7331A9367F

That doesn't show which process is starting that gpg. I would start by
doing

$ ps fax | less

and then from within less type for instance

/22009<Enter>

which will search for the line containing that PID. Then you can see its
ancestry (the f option makes a -f-orest of parent/child relations).

There are more ways to investigate, but this seems a good start.

HTH,

Peter.

-- 
I use the GNU Privacy Guard (GnuPG) in combination with Enigmail.
You can send me encrypted mail if you want some privacy.
My key is available at <http://digitalbrains.com/2012/openpgp-key-peter>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to