Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WO
Posts
1
Comments
2
Joined
2 yr. ago

  • Thanks for the help! With the -ff option in strace I was able to tell it to branch out to all the sub-processes that are launched (I wasn't sure about that since I'm not a java developer, and it's not an app made by me).

    Fortunately I was able to find exactly what I needed with strace, even though it was a bit like finding the needle in the haystack.

  • Thanks for the help! With the -ff option in strace I was able to tell it to branch out to all the sub-processes that are launched. Due to this, I don't think lsof is going to be useful in my case, at least not without pulling my hair out, haha.

    Fortunately I was able to find exactly what I needed with strace, even though it was a bit like finding the needle in the haystack.

  • Linux @lemmy.ml

    Log filesystem changes? Track what a java app modifies on the fs?