> I imagine this would be a chattr controlled option.
> Has anyone ever thought about something like this? Does it sound like
> something that would be worthwhile?
Named pipes come close.
$ cd ~/public_html
$ mknod .htaccess p
$ while true; do grep ^bin /etc/passwd > .htaccess ; done &
$ cat .htaccess
bin:*:1:1:bin:/bin:
$ cat .htaccess
bin:*:1:1:bin:/bin:
---- ---- ----
David Woodhouse David.Woodhouse@mvhi.com Office: (+44) 1223 810302
Project Leader, Process Information Systems Mobile: (+44) 976 658355
Axiom (Cambridge) Ltd., Swaffham Bulbeck, Cambridge, CB5 0NA, UK.
finger dwmw2@ferret.lmh.ox.ac.uk for PGP key.
-
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/