View Single Post
pycage's Avatar
Posts: 3,404 | Thanked: 4,474 times | Joined on Oct 2005 @ Germany
#7
/proc is not a real directory with files. /proc provides a view into the kernel via file-like objects, but they are not files you can edit. Sometimes you can write values into a file to directly change parameters in the kernel, but most stuff in /proc is read-only. /proc is purely virtual and has no representation on disk other than an empty directory named proc.
__________________
Tidings - RSS and Podcast aggregator for Jolla - https://github.com/pycage/tidings
Cargo Dock - file/cloud manager for Jolla - https://github.com/pycage/cargodock
 

The Following 2 Users Say Thank You to pycage For This Useful Post: