Zitat:
Original geschrieben von irrsinn
wie kann man die files aus /proc verändern? mit einem normalen editor geht das nicht.
|
Damit du auch weisst warum du /proc nicht einfach verändern kannst:
Zitat:
6.1.5 /proc : Kernel and process information virtual filesystem
The proc filesystem is the de-facto standard Linux method for handling process and system information, rather than /dev/kmem and other similar methods. We strongly encourage this for the storage and retrieval of process information as well as other kernel and memory information.
|
Aus dem
Filesystem Hierarchy Standard.