Projects STRLCPY dismember Commits 848fe3f7
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 62 lines
    63 63  ## FAQ
    64 64   
    65 65  > Isn't this information all just sitting in `/proc`?
     66 + 
    66 67  Pretty much. Dismember just reads and presents it for the most part. If you can get away with `grep whatever /proc/[pid]/blah` then go for it! I built this as an educational experience because I couldn't sleep one night and stayed up late reading the `proc` man-pages (I live an extremely rock 'n' roll lifestyle). It's not a replacement for existing tools, but perhaps it can complement them.
    67 68   
    68 69  > Do you know how horrific some of these commands seem when read out of context?
    69  -Yes, I realised after running `dismember kill --children 291458` and grimacing as I looked back at the command. Oops.
     70 + 
     71 +[Yes](https://twitter.com/liam_galvin/status/1540375769049960448).
    70 72   
Please wait...
Page is in error, reload to recover