I wholeheartedly agree with this blog post. I believe someone on here yesterday was asking about config file locations and setting them manually. This is in the same vein. I can’t tell you how many times a command line method for discovering the location of a config file would have saved me 30 minutes of googling.

  • I_Miss_Daniel@kbin.social
    link
    fedilink
    arrow-up
    8
    ·
    2 years ago

    (Windows) Resource Monitor, disk tab, tick the process, see what files it opens and closes.

    Also the usual %programdata% and the two %appdata% find most things.

    • exscape@kbin.social
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      2 years ago

      Do things stay in that list when they are not used (since they would be opened and closed in far less than a second)? If so that’s pretty cool.

      If not, you can use Process Monitor to check this. That’s what I usually do.

    • bionade24@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      The *nix equivalent is the lsof command. This doesn’t help you finding out in which hierarchy config files are parsed when the program accesses multiple ones, which is often the case.