DT> Since when did procfs give persistence? In my bootup scripts I
DT> have various things being echo'd > /proc/... -- I can't really see
DT> the difference between doing that and adding a few more lines to
DT> change the permissions on my /dev/ directory or whatever.
It was proposed in another thread to "overmount" or "unionize" devfs
with an underlying file system, so the underlying file system provides
the persistence. I would like this functionality for /proc, so
permissions can be altered permanently with just chown and chgrp.
Extra nice would be if the contents of the files in /proc/sys/* was
persistent, so I could take
echo '0' >/proc/sys/net/ipv4/tcp_timestamps
out of my rc.local. That is probably not practical for files in other
parts of the /proc hierachy.
Benny
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/