Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • So basically find fetches the folder and file paths for the checksums or how does it work? I'm guessing I don't need the # EXAMPLE ONLY part because I already have a partial checksum file, is that correct? Commented Apr 18, 2024 at 17:21
  • 1
    You can use the "example only" section as a try out. It generates checksums for only 30 of the files under /etc, so that the remainder of the code can generate the rest. Just ensure you're not overwriting your real checksums file, @SirMuffington Commented Apr 18, 2024 at 17:31
  • Thanks, I'll look into it soon ;-) Commented Apr 19, 2024 at 15:01
  • is it possible to restrict the amount of connections made by find to certain number? It seems to error out for me... Commented Apr 19, 2024 at 18:54
  • What's your exact find command and what is the error message? Commented Apr 19, 2024 at 22:13