this post was submitted on 10 Sep 2024
162 points (96.0% liked)
Technology
59627 readers
2807 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nice to see a pro NT article for a change but there are some details wrong
"It’s true that Unix has attempted to shoehorn other types of non-file objects into the file system"
'Everything is a file' was Unix's design principle from the very start. It wasn't shoehorned in. It is IMO superior to NT's object system in that everything is exposed to the user as the file system rather than hidden behind programming api's.
I always thought it was that everything was a file but that everything could be interacted with as if it was a file.