|
|
|
|
|
by caf
4179 days ago
|
|
I think perhaps we might be talking at cross-purposes here. My point is that when you call write(2) under Linux on a file descriptor derived from opening a /proc/sys pseudo-file you are talking directly to the kernel code responsible for updating the sysctl variables in the same way as you are when you call sysctl(2) under FreeBSD. The /proc/sys files aren't real files - they're just a way of representing the sysctl variables in the existing file namespace. |
|