💻 Software
How can I prevent others from seeing the contents of my home directory, except for the public folder?
Fresh6 days ago
Mar 15, 20263866 viewsConfidence Score0%
0%
Problem
On Mac OS X, it's relatively easy to prevent people from seeing the files contained in your home directory: I'd like to perform a variation of that. I want it so that when people open /Users/stalepretzel, they only see one folder listed: Public. From there, I'd like to set the permissions of Public…
Error Output
$ cd /Users/stalepretzel; ls Public $ cd Public All the contents of my public folder
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I prevent others from seeing the contents of my home directory, except for the public folder?
Low Risk
I'm afraid this isn't possible. A user can't access any file or folder anywhere in the tree of a directory for which he doesn't have read permissions. If the user does have read permissions for a directory (and all its superdirectories), he can and …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix