Actions
Feature #21878
openMore file types: DOOR, PORT, WHITEOUT
Feature #21878:
More file types: DOOR, PORT, WHITEOUT
Status:
Open
Assignee:
-
Target version:
-
Description
I found recent Python supports these file types:
S_ISDOOR
S_ISPORT
S_ISWHT
even they return False always.
What about supporting them in Ruby?
Updated by nobu (Nobuyoshi Nakada) 10 days ago
- Description updated (diff)
Updated by Eregon (Benoit Daloze) 10 days ago
Is there any OS/platform supporting those?
Updated by trinistr (Alexander Bulancov) 10 days ago
ยท Edited
Doors are a thing on Solaris.
Event ports are also reportedly a Solaris thing, but all references seem to be about the Python feature. S_ISPORT macro doesn't exist on my Linux system.
Whiteouts are used for unionfs-like file systems, but SO claims that official Linux FSs don't use this type.
Update: event ports are mentioned in Solaris docs, but that documentation is broken.
Updated by alanwu (Alan Wu) 10 days ago
Solaris mentioned, so I'm bringing up illumos. Ruby has an OpenIndiana port, so this could be tested there :P
Actions