FG
💻 Software

Where on a Linux file system should someone put media intended to be accessible by all user accounts?

Fresh5 days ago
Mar 15, 20267978 views
Confidence Score0%
0%

Problem

If I have photos, mp3s, books and other miscellaneous stuff that I want all users to able to access from a common directory, where on a Linux file system should I put that directory? In /usr/share, or just in /usr, or create a new top-level directory instead?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Where on a Linux file system should someone put media intended to be accessible by all user accounts?

Low Risk

I usually put this in , I create a unix group that owns it with a setgid bit. As root, or using sudo: Then I put each user that needs to access these data in the group. You could also use ACLs to manage each user's right for the directory. You could…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment