Daniel Roberson
  • Posts
  • About
  • Notes
  • Projects
  • Time
  • Posts
    About
    Notes
    Projects
    Time

procfs

2024-08-27

procfs or the proc file system, is a virtual filesystem that provides information about the system. Its data can be accessed with typical filesystem navigation commands such as ls, cat, cd, etc.

procfs is common on Linux and FreeBSD systems. In Linux, the ps command is commonly implemented using data contained within procfs.

https://docs.kernel.org/filesystems/proc.html

https://gitlab.com/procps-ng/procps


Links to this note

  • armouringtheelf-grugq_scut2001
  • module_hunter
  • artoflinuxkernelrootkit-tmpout4-matheuzsec_humzak711
  • Linux Persistence: Processes
  • procps
  • /proc/kmsg
  • /proc/kallsyms
  • /proc/modules
  • /proc/PID/stack
  • /proc/PID/status
  • auditinglinuxprocessesdeepdive-boelen2025
  • symbiote-kennedy2022
  • hiddenkernelmodulesextremwayreborn_g1inko2024
  • /proc/PID/cmdline
  • /proc/PID/exe
  • /proc/PID/syscall
  • environ file
  • proc/PID/fd
  • proc/PID/fdinfo
  • Yama

Recent Posts

Linux Persistence: Modular Software

2025-04-17 DFIR CTF persistence linux persistence apache asterisk

Linux Persistence: Web Shells

2025-04-16 DFIR persistence webshell linux persistence webshell apache nginx PHP

Linux Persistence: Rootkits

2025-04-15 DFIR persistence rootkit LKM linux persistence LKM rootkit LD_PRELOAD kprobe ftrace ld.so hooking

Linux Persistence: Processes

2025-04-11 DFIR persistence processes linux persistence processes

Defanging Linux LKM Rootkits With cleanup_module()

2025-04-05 Linux LKM rootkits EDR hooks incident response Linux LKM rootkit


Home

About

Notes

Projects

Time

© All rights reserved. Powered by Hugo and Erblog.