who is calling gvfsd and when?
I want to know who is calling the gvfsd process and when? From where it is running? If we want to run it manually ...
Thanks
If you open a terminal and type ps axu | grep gvfsd
you will see what instances of gvfsd are running.
It will show you where the process is running from and what arguments it was passed when started. It will also show you when it started and the user that started it.