Proc directory

From Colettapedia
Jump to navigation Jump to search
  • /proc is a representation of the processes that are running.
  • As far as I know, /proc is specific to Linux, it's not in UNIX in general. If you really just want the current UID, use the getuid() or geteuid() function.
  • Understanding the Proc File System - Awesome intro