Plan 9 seems to be disproportionately influential for an OS nobody who's not into systems engineering has ever heard about.
Security in Plan 9 (2002)
21–30 of 74 posts
Re: Security in Plan 9 (2002)
#22Plan 9 seems to be disproportionately influential for an OS nobody who's not into systems engineering has ever heard about.
Re: Security in Plan 9 (2002)
#23Re: Security in Plan 9 (2002)
#24Re: Security in Plan 9 (2002)
#25Re: Security in Plan 9 (2002)
#26Plan 9 seems to be disproportionately influential for an OS nobody who's not into systems engineering has ever heard about.
to be fair, it's where UTF-8 debuted
Unfortunately, kids these days seem to be afraid of files. For a hardcore unix fan, curl and wget are useless tools when you can just cat /www/url
Re: Security in Plan 9 (2002)
#27Re: Security in Plan 9 (2002)
#28Earlier quoted context omitted.
to be fair, it's where UTF-8 debuted
and /proc Unfortunately, kids these days seem to be afraid of files. For a hardcore unix fan, curl and wget are useless tools when you can just cat /www/url
Re: Security in Plan 9 (2002)
#29Re: Security in Plan 9 (2002)
#30Earlier quoted context omitted.
unless i have done it hopelessly wrong, you may be overstating it a little bit by calling it good. virtfs is the good one, not 9p.
virtfs USES 9p.
Virtio-fs is independent of 9P and has optional support for using shared memory to greatly increase performance, it also maps better to the permissions and metadata of "modern" filesystems IIRC, not sure if 9pvirtio had this problem but I remember coworkers having permissions problems with the 9P bridge in WSL2 (Plan9's permission system is very simple and doesn't map well to other VFS's)