I'm wondering what creates /dev/stderr on FC14. rpm -qf doesn't show any package ownership. I've dug through the init scripts and can't find it anywhere.
To provide some context, I'm creating a chroot'd jail to start with lxc.
feedback
|
|
The canonical creator of these files is "makedev". It does have a man page. Makedev, however, simply creates symlinks to /proc/self/fd/2 for /dev/stderr. | |||
feedback
|
|
The answer is: udev It's magical! | |||||
feedback
|
|
There are entries for stdin, stdout and stderr in See also here. Also interesting. | |||
|
feedback
|