Permissions issue: Lots of '?"...
by maschelsea from LinuxQuestions.org on (#4ZZX2)
Hello. I keep my mp3 files in a separate directory to make it easier to copy them the our USB car drive as needed. The directory I store them is is quaintly named mp3/ This directory is located at /otherstuff/othermp3/mp3/. I did this because there are a LOT of directories and I ran out of space on my /home partition pretty quickly. I had to move it into root space. Root space occupies most of the 1TB drive.
Code:root@caitlyn:/otherstuff/othermp3/mp3# ls -l
total 715132
-rw-r--r-- 1 michael users 6164026 Jun 5 2017 01-03-\ 1985.mp3
-rw-r--r-- 1 michael users 8040113 Jun 5 2017 01-05-\ 1985\ (Original\ Version)\ [Explicit].mp3
-rw-r--r-- 1 michael users 8372335 Jun 5 2017 01-07-\ Troll\ Doll\ Celebrities\ (Stand\ Up).mp3
-rw-r--r-- 1 michael users 9505644 Jun 5 2017 01-13-\ Troll\ Doll\ Jingles\ Medley\ (Stand\ Up).mp3
-rw-r--r-- 1 michael users 1943528 Jun 5 2017 01-14-\ Spider\ Pig.mp3
-rw-r--r-- 1 michael users 3886783 Jun 5 2017 01\ -\ A\ Mhaire\ Bhruinneall.mp3
-rw-r--r-- 1 michael users 5080418 Oct 24 2017 01\ -\ Angel\ Eyes.mp3
-rw-r--r-- 1 michael users 4440240 Jun 5 2017 01\ -\ Blitzkreig\ Bop\ (Remastered\ Version\ ).mp3
-rw-r--r-- 1 michael users 8134189 Jun 5 2017 01\ -\ Come\ To\ The\ Dance.mp3
-rw-r--r-- 1 michael users 7218199 Jun 5 2017 01\ -\ Don't\ Stop\ Believin'.mp3
-rw-r--r-- 1 michael users 5024770 Jun 5 2017 01\ -\ Drunken\ Sailor.mp3
-rw-r--r-- 1 michael users 5881809 Nov 14 2017 01\ -\ Everything\ Is\ Awesome!!!\ (Feat.\ The\ Lonely\ Island).mp3
-rw-r--r-- 1 michael users 8374521 Jun 5 2017 01\ -\ Half-Truism.mp3
-rw------- 1 michael users 7732591 Jun 5 2017 01\ -\ Helluva\ Life.mp3
-rw-r--r-- 1 michael users 4727801 Jun 5 2017 01\ -\ If\ I\ Should\ Fall\ From\ Grace\ With\ God.mp3
-rw-r--r-- 1 michael users 7420507 Jun 5 2017 01\ -\ I'm\ Gonna\ Be\ (500\ Miles).mp3
-rw-r--r-- 1 michael users 8466999 Feb 18 22:15 01\ -\ Mo\ Ghile\ Mear.mp3
-rw-r--r-- 1 michael users 6837289 Jun 5 2017 01\ -\ Paddy's\ Green\ Shamrock\ Shore.mp3
-rw-r--r-- 1 michael users 5947296 Jun 5 2017 01\ -\ Sir\ Isaac\ Newton\ vs\ Bill\ Nye.mp3
-rw-r--r-- 1 michael users 7379315 Jun 5 2017 01\ -\ Things\ That\ Stop\ You\ Dreaming\ [Explicit].mp3
-rw-r--r-- 1 michael users 9919188 Jun 5 2017 01\ -\ While\ My\ Guitar\ Gently\ Weeps.mp3NOTE This is just a few of the files in mp3/ The above listing was gathered from the root account. However, when I ask for the same listing from my user account, I see:
Code:michael@caitlyn othermp3 $ ls -l mp3/total 0
-????????? ? ? ? ? ? 01-03- 1985.mp3
-????????? ? ? ? ? ? 01-05- 1985 (Original Version) [Explicit].mp3
-????????? ? ? ? ? ? 01-07- Troll Doll Celebrities (Stand Up).mp3
-????????? ? ? ? ? ? 01-13- Troll Doll Jingles Medley (Stand Up).mp3
-????????? ? ? ? ? ? 01-14- Spider Pig.mp3
-????????? ? ? ? ? ? 01 - A Mhaire Bhruinneall.mp3
-????????? ? ? ? ? ? 01 - Angel Eyes.mp3
-????????? ? ? ? ? ? 01 - Blitzkreig Bop (Remastered Version ).mp3
-????????? ? ? ? ? ? 01 - Come To The Dance.mp3
-????????? ? ? ? ? ? 01 - Don't Stop Believin'.mp3
-????????? ? ? ? ? ? 01 - Drunken Sailor.mp3
-????????? ? ? ? ? ? 01 - Everything Is Awesome!!! (Feat. The Lonely Island).mp3
-????????? ? ? ? ? ? 01 - Half-Truism.mp3
-????????? ? ? ? ? ? 01 - Helluva Life.mp3
-????????? ? ? ? ? ? 01 - If I Should Fall From Grace With God.mp3
-????????? ? ? ? ? ? 01 - I'm Gonna Be (500 Miles).mp3
-????????? ? ? ? ? ? 01 - Mo Ghile Mear.mp3
-????????? ? ? ? ? ? 01 - Paddy's Green Shamrock Shore.mp3
-????????? ? ? ? ? ? 01 - Sir Isaac Newton vs Bill Nye.mp3
-????????? ? ? ? ? ? 01 - Things That Stop You Dreaming [Explicit].mp3
-????????? ? ? ? ? ? 01 - While My Guitar Gently Weeps.mp3Can anybody tell me why? I have soft links to all these files in /home/michael/mp3. They all LOOK legitimate, but they all return error code 22. I looked up error code 22 tonight, and it means invalid command. It's obvious to me that some package has gone wrong, but which one? If necessary I can send you any other information you need from me in order to solve this. Thank you in advance for any assistance you can offer in resolution of this issue.


Code:root@caitlyn:/otherstuff/othermp3/mp3# ls -l
total 715132
-rw-r--r-- 1 michael users 6164026 Jun 5 2017 01-03-\ 1985.mp3
-rw-r--r-- 1 michael users 8040113 Jun 5 2017 01-05-\ 1985\ (Original\ Version)\ [Explicit].mp3
-rw-r--r-- 1 michael users 8372335 Jun 5 2017 01-07-\ Troll\ Doll\ Celebrities\ (Stand\ Up).mp3
-rw-r--r-- 1 michael users 9505644 Jun 5 2017 01-13-\ Troll\ Doll\ Jingles\ Medley\ (Stand\ Up).mp3
-rw-r--r-- 1 michael users 1943528 Jun 5 2017 01-14-\ Spider\ Pig.mp3
-rw-r--r-- 1 michael users 3886783 Jun 5 2017 01\ -\ A\ Mhaire\ Bhruinneall.mp3
-rw-r--r-- 1 michael users 5080418 Oct 24 2017 01\ -\ Angel\ Eyes.mp3
-rw-r--r-- 1 michael users 4440240 Jun 5 2017 01\ -\ Blitzkreig\ Bop\ (Remastered\ Version\ ).mp3
-rw-r--r-- 1 michael users 8134189 Jun 5 2017 01\ -\ Come\ To\ The\ Dance.mp3
-rw-r--r-- 1 michael users 7218199 Jun 5 2017 01\ -\ Don't\ Stop\ Believin'.mp3
-rw-r--r-- 1 michael users 5024770 Jun 5 2017 01\ -\ Drunken\ Sailor.mp3
-rw-r--r-- 1 michael users 5881809 Nov 14 2017 01\ -\ Everything\ Is\ Awesome!!!\ (Feat.\ The\ Lonely\ Island).mp3
-rw-r--r-- 1 michael users 8374521 Jun 5 2017 01\ -\ Half-Truism.mp3
-rw------- 1 michael users 7732591 Jun 5 2017 01\ -\ Helluva\ Life.mp3
-rw-r--r-- 1 michael users 4727801 Jun 5 2017 01\ -\ If\ I\ Should\ Fall\ From\ Grace\ With\ God.mp3
-rw-r--r-- 1 michael users 7420507 Jun 5 2017 01\ -\ I'm\ Gonna\ Be\ (500\ Miles).mp3
-rw-r--r-- 1 michael users 8466999 Feb 18 22:15 01\ -\ Mo\ Ghile\ Mear.mp3
-rw-r--r-- 1 michael users 6837289 Jun 5 2017 01\ -\ Paddy's\ Green\ Shamrock\ Shore.mp3
-rw-r--r-- 1 michael users 5947296 Jun 5 2017 01\ -\ Sir\ Isaac\ Newton\ vs\ Bill\ Nye.mp3
-rw-r--r-- 1 michael users 7379315 Jun 5 2017 01\ -\ Things\ That\ Stop\ You\ Dreaming\ [Explicit].mp3
-rw-r--r-- 1 michael users 9919188 Jun 5 2017 01\ -\ While\ My\ Guitar\ Gently\ Weeps.mp3NOTE This is just a few of the files in mp3/ The above listing was gathered from the root account. However, when I ask for the same listing from my user account, I see:
Code:michael@caitlyn othermp3 $ ls -l mp3/total 0
-????????? ? ? ? ? ? 01-03- 1985.mp3
-????????? ? ? ? ? ? 01-05- 1985 (Original Version) [Explicit].mp3
-????????? ? ? ? ? ? 01-07- Troll Doll Celebrities (Stand Up).mp3
-????????? ? ? ? ? ? 01-13- Troll Doll Jingles Medley (Stand Up).mp3
-????????? ? ? ? ? ? 01-14- Spider Pig.mp3
-????????? ? ? ? ? ? 01 - A Mhaire Bhruinneall.mp3
-????????? ? ? ? ? ? 01 - Angel Eyes.mp3
-????????? ? ? ? ? ? 01 - Blitzkreig Bop (Remastered Version ).mp3
-????????? ? ? ? ? ? 01 - Come To The Dance.mp3
-????????? ? ? ? ? ? 01 - Don't Stop Believin'.mp3
-????????? ? ? ? ? ? 01 - Drunken Sailor.mp3
-????????? ? ? ? ? ? 01 - Everything Is Awesome!!! (Feat. The Lonely Island).mp3
-????????? ? ? ? ? ? 01 - Half-Truism.mp3
-????????? ? ? ? ? ? 01 - Helluva Life.mp3
-????????? ? ? ? ? ? 01 - If I Should Fall From Grace With God.mp3
-????????? ? ? ? ? ? 01 - I'm Gonna Be (500 Miles).mp3
-????????? ? ? ? ? ? 01 - Mo Ghile Mear.mp3
-????????? ? ? ? ? ? 01 - Paddy's Green Shamrock Shore.mp3
-????????? ? ? ? ? ? 01 - Sir Isaac Newton vs Bill Nye.mp3
-????????? ? ? ? ? ? 01 - Things That Stop You Dreaming [Explicit].mp3
-????????? ? ? ? ? ? 01 - While My Guitar Gently Weeps.mp3Can anybody tell me why? I have soft links to all these files in /home/michael/mp3. They all LOOK legitimate, but they all return error code 22. I looked up error code 22 tonight, and it means invalid command. It's obvious to me that some package has gone wrong, but which one? If necessary I can send you any other information you need from me in order to solve this. Thank you in advance for any assistance you can offer in resolution of this issue.