/proc in Linux

I love /proc directory. because you can find almost work inside a Linux Operating system.
  • nubmer is process_id -> in that directory, you can check process status.
  • ex) How many files opened in specific process (with process-id) ? ‘fd’
  • ex) memory usage detailed ‘mem’ and…

Too many, so find it by yourself via googling 🙂

Leave a comment