Thread
:
Help to edit /proc mount file
View Single Post
pycage
2010-05-13 , 08:48
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
Quote & Reply
|
The Following 2 Users Say Thank You to pycage For This Useful Post:
lma
,
santiago
pycage
View Public Profile
Send a private message to pycage
Find all posts by pycage