Estoy en OSX 10.9.1 y cambié la configuración en mi carpeta de usuario. Hasta donde puedo recordar, "solo" presioné cmd + i
en la carpeta de usuario y, con los derechos de acceso, elegí apply to all sub folders
. No me preguntes por qué, sé que estaba siendo estúpido y no lo volveré a hacer ... ¡lo prometo!
Por lo que entiendo, eso significa que cambié todos los archivos y carpetas dentro de mi carpeta de usuario para que pertenezcan al usuario root y, por lo tanto, no me permita realizar ninguna operación de archivos, por ejemplo, copiar archivos, etc.
¿Qué puedo hacer para solucionar esto?
-
Ya he usado la Utilidad de Discos para reparar permisos. Pero no hay suerte. Esto es lo que dice. Lo siento está en alemán:
ACL was found, but not expected in …
. ParaLibrary/StartupItems
también dice queSUID-file …/ARDAgent
se cambió y no se reparará. Aquí están los detalles:ACL wurde gefunden, aber nicht erwartet auf „private/etc/apache2/users“ ACL wurde gefunden, aber nicht erwartet auf „private/etc/paths.d“ ACL wurde gefunden, aber nicht erwartet auf „Library/Audio/MIDI Drivers“ACL wurde gefunden, aber nicht erwartet auf „Library/Audio/Plug-Ins/Components“ ACL wurde gefunden, aber nicht erwartet auf „Library/Audio/Plug-Ins/MAS“ACL wurde gefunden, aber nicht erwartet auf „Library/Audio/Plug-Ins/VST“ ACL wurde gefunden, aber nicht erwartet auf „Library/Java/JavaVirtualMachines“ ACL wurde gefunden, aber nicht erwartet auf „Library/LaunchAgents“ ACL wurde gefunden, aber nicht erwartet auf „Library/LaunchDaemons“ ACL wurde gefunden, aber nicht erwartet auf „Library/PreferencePanes“ ACL wurde gefunden, aber nicht erwartet auf „Library/ScriptingAdditions“ ACL wurde gefunden, aber nicht erwartet auf „Library/StartupItems“Achtung: Die SUID-Datei „System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent“ wurde verändert und wird nicht repariert. ACL wurde gefunden, aber nicht erwartet auf „private/var/root/Library“ ACL wurde gefunden, aber nicht erwartet auf „private/var/root/Library/Preferences“ ACL wurde gefunden, aber nicht erwartet auf „private/var/root/Library/Preferences/com.apple.stackshot.plist“Abweichende Zugriffsrechte für „usr/lib/ruby“, Soll-Wert: lrwxr-xr-x , Ist-Wert: drwxr-xr-x . ACL wurde gefunden, aber nicht erwartet auf „usr/lib/ruby“ ACL wurde gefunden, aber nicht erwartet auf „usr/libexec/cups/driver“ ACL wurde gefunden, aber nicht erwartet auf „Applications/.DS_Store“ ACL wurde gefunden, aber nicht erwartet auf „private/var/at/tabs“ ACL wurde gefunden, aber nicht erwartet auf „private/var/db/lockdown“ ACL wurde gefunden, aber nicht erwartet auf „private/var/root/Library/.localized“ ACL wurde gefunden, aber nicht erwartet auf „private/var/root/Library/Preferences/.GlobalPreferences.plist“
-
También intenté "Restablecer los permisos del directorio de inicio y las ACL" a través de la utilidad OSX "Restablecer contraseña" como se sugiere aquí . Pero no hay suerte :(
Aquí hay más información:
-
Terminal ls -la en la carpeta
/Users
:drwxr-xr-x 5 root admin 170 21 Dez 2013 . drwxr-xr-x 37 root wheel 1326 5 Feb 10:12 .. -rw-r--r-- 1 root wheel 0 12 Sep 2013 .localized drwxrwxrwt 11 root wheel 374 29 Dez 12:57 Shared drwxr-xr-x+ 69 root admin 2346 10 Feb 11:06 macdaddy
-
Terminal ls -l en la carpeta
/Users/macdaddy/
(mi usuario):drwxr-xr-x+ 4 root admin 136 24 Aug 22:26 Applications drwxr-xr-x+ 69 root admin 2346 10 Feb 09:58 Desktop drwxr-xr-x+ 10 root admin 340 3 Jul 2014 Documents drwxr-xr-x+ 25 root admin 850 9 Feb 23:50 Downloads drwxr-xr-x@ 15 root admin 510 5 Feb 10:12 Dropbox drwxr-xr-x+ 72 root admin 2448 1 Feb 20:17 Library drwxr-xr-x+ 10 root admin 340 14 Jan 16:07 Movies drwxr-xr-x@ 16 root admin 544 8 Feb 18:06 Music drwxr-xr-x+ 11 root admin 374 5 Feb 18:21 PhpstormProjects drwxr-xr-x+ 119 root admin 4046 10 Feb 00:40 Pictures drwxr-xr-x+ 5 root admin 170 7 Feb 2011 Public drwxr-xr-x+ 6 root admin 204 27 Mär 2014 Sites drwxr-xr-x+ 8 root admin 272 1 Dez 18:01 VirtualBox VMs drwxr-xr-x+ 2 root admin 68 29 Mai 2014 dumps
¿Tengo razón en que el usuario no debería ser root, sino macdaddy? También los signos +
y @
me parecen poco comunes.
Mi pregunta es: ¿Cómo puedo solucionar mi problema para que los permisos vuelvan a su estado anterior? O al menos quiero poder trabajar como lo hice antes.
Encontré esta solución:
Restablecimiento de permisos de usuario a su modo predeterminado
, en la que primero se eliminan todos los permisos de ACL, luego todos los permisos se igualan con chmod
. Ahora, antes de probarlo, quería preguntar aquí si este método es recomendable o si hay alguna otra forma de solucionar mi problema.