• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Permission issue with 10.6

VinylxScratches

Golden Member
My hard drive crashed, all of my files were backed up on an external drive. I have put the files back on my new internal hard drive but I'm having permission issues.

When I use the terminal, I have to do Sudo to do anything otherwise I will get a permission denied error.

ThriceMs-MacBook:Music ThriceM$ ls -l
total 0
drwxr-xr-x+ 12 ThriceM staff 408 Oct 20 21:37 0
drwxr-xr-x+ 51 ThriceM staff 1734 Oct 11 11:23 A
drwxr-xr-x+ 75 ThriceM staff 2550 Nov 21 13:32 B
drwxr-xr-x+ 49 ThriceM staff 1666 Aug 9 11:47 C
drwxr-xr-x+ 65 ThriceM staff 2210 Oct 4 12:25 D
drwxr-xr-x+ 34 ThriceM staff 1156 Aug 18 21:23 E
drwxr-xr-x+ 40 ThriceM staff 1360 Aug 6 20:30 F
drwxr-xr-x+ 38 ThriceM staff 1292 Oct 10 18:19 G
drwxr-xr-x+ 27 ThriceM staff 918 Aug 9 11:46 H
drwxr-xr-x+ 25 ThriceM staff 850 Oct 11 11:24 I
drwxr-xr-x+ 26 ThriceM staff 884 Aug 2 16:36 J
drwxr-xr-x+ 31 ThriceM staff 1054 Oct 11 11:22 K
drwxr-xr-x+ 32 ThriceM staff 1088 Sep 26 15:04 L
drwxr-xr-x+ 29 ThriceM staff 986 Nov 21 13:59 M
drwxr-xr-x 2 ThriceM staff 68 Nov 21 13:59 TEMP
drwxr-xr-x+ 11 ThriceM staff 374 Nov 7 09:47 iTunes

ThriceMs-MacBook:Music ThriceM$ mv 0 TEMP0
mv: rename 0 to TEMP0: Permission denied
ThriceMs-MacBook:Music ThriceM$


What does drwxr-xr-x"+" mean? I created the TEMP folder myself and I don't have the "+" there.

What can I do to fix this?
 
Last edited:
I'm pretty sure a + sign from GNU ls means there's an ACL applied to the file, but I wasn't aware that OS X used/supported ACLs. Is there a 'getfacl' command?
 
You should be able to fix the permissions with the GUI, go up one folder, and "Get Info" on the directory, then change the users accordingly, and apply to recursive.

Verify permissions with Disk Utility on the drive would probably fix this as well, but I'm not sure.
 
Ka0t1x: I tried doing the verify permissions but it doesn't do anything to this even though it finishes.

When I right click the 0 folder, I see a "You have custom access" and I see that I have read/write access but I can't rename "0". If I select the "0" folder and press the enter key, I get the you can't do that sound that OS X makes.

permission.jpg


Nothingman: No command like that exists
 
Back
Top