Has nothing to do with "administrator" privileges. User home directories typically have 755 permissions. That means the 'other' group has read/execute access. The 'other' group includes everyone and everything.The user freely enters other people's directories and reads everything there.
wheelWhat administrator privileges? There's no such thing on UNIX.
Has nothing to do with "administrator" privileges. User home directories typically have 755 permissions. That means the 'other' group has read/execute access. The 'other' group includes everyone and everything.
![]()
Chapter 3. FreeBSD Basics
Basic commands and functionality of the FreeBSD operating systemdocs.freebsd.org
On ubuntu 24.04 it's because the user home directory created by adduser has no "other" permissions, basically what you get if you run the command SirDice has in #9.In Linux, for example, initially the user cannot enter another user's directory
And who are you to tell me what to do? Sit in your swamp and don't yelpI guess you have to really learn some unix basic stuff before administering a multi-user system...
(proves my point in post #6)Well, in general, I found a Solomon solution: in order not to bother with the rights to user directories, I moved my files to the root directory
And who are you to tell me what to do? Sit in your swamp and don't yelp
Post #6 and post #14.What are you babbling on about?
If you don't want the users have access to other users home directory, set the users home directory permission only to the user who owns the directory.The user freely enters other people's directories and reads everything there.
# ls -l
total 43
drwxr-xr-x 2 anne anne 9 Jul 1 16:54 anne
drwxr-xr-x 2 betty betty 9 Jul 1 16:54 betty
drwxr-xr-x 2 carl carl 9 Jul 1 16:54 carl
drwxr-xr-x 2 donna donna 9 Jul 1 16:54 donna
drwxr-xr-x 2 erik erik 9 Jul 1 16:54 erik
# chmod 700 *
# ls -l
total 43
drwx------ 2 anne anne 9 Jul 1 16:54 anne
drwx------ 2 betty betty 9 Jul 1 16:54 betty
drwx------ 2 carl carl 9 Jul 1 16:54 carl
drwx------ 2 donna donna 9 Jul 1 16:54 donna
drwx------ 2 erik erik 9 Jul 1 16:54 erik
-M 700
option, and for adduser(8) when asked at "Home directory permissions: 700".Note that the root directory grants all users in the "wheel" group" permission to enter the directoryWell, in general, I found a Solomon solution: in order not to bother with the rights to user directories, I moved my files to the root directory
# ls -ld /root
drwxr-x--- 17 root wheel 31 Jul 1 11:17 /root
No worries, that's what ignore lists are for.Let's all stay friendly, no need to rise the tension.
Try a fan or a portable A/C unit. Bosch makes those, I think.I'm also sitting in the office and can't think properly. The heat is getting me down.