I have a lot of music that I want to share with and on all the accounts on my Ubuntu Linux box. I created one in /usr/share/usrmusic
changed the user and groups to userx:users
and the permissions to
drwxrw-rw- 3 userx users 4096 Oct 26 12:20 usrmusic
under a different user I can not get into the directory
It is now highlighted for whatever reason and then when I went into a different account to try and get to it it will not let me in saying I don't have permissions
usera@bw:/usr/share$
usera@bw:/usr/share$ cd usrmusic
bash: cd: usrmusic: Permission denied
usera@bw:/usr/share$
if I go su
I can of course all permissions are set to drwxrw-rw- 312 userx users on everything in the directory and sub-directories
I added usera to the users group and still I cannot access it at all, and how do I get the directories to NOT be highlighted like it is now an executable directory ?
it shouldn't be this hard!