Hacker News new | ask | show | jobs
by joestrouth1 205 days ago
If one user kept their files in the root directory, where would a second user keep theirs?
2 comments

In /ubuntu24/home. Or a subdirectory could be created in the root directory.
Most operating systems mounts things dynamically. You can never trust that a path for you exists for another user.
This is a very recent aspect time wise in the very long history of Unix (and Linux) systems.