Estoy intentando eliminar la carpeta .Mobilebackups.trash
en OS X 10.11.4 (15E65) siguiendo estos pasos:
sudo mv /.MobileBackups.trash ~/Desktop/MobileBackupsTrash
dragging MobileBackupsTrash to the Trash
Emptying the trash
La última operación falló al decir que los archivos están en uso, así que saqué los archivos de la papelera y traté de eliminarlos del terminal.
Este es el contenido de una de las carpetas que intento eliminar:
./Volume/total 0
./Volume/drwxrwxr-x@ 2 root admin 68 May 3 23:54 Applications
./Volume/drwxr-xr-x@ 3 root wheel 102 May 3 23:54 Library
./Volume/drwxr-xr-x@ 3 root wheel 102 May 3 23:54 private
./Volume/Library/total 0
./Volume/Library/drwxr-xr-x 3 root wheel 102 May 3 23:54 Preferences
./Volume/Library/Preferences/ total 0
./Volume/Library/Preferences/ drwxr-xr-x 2 root admin 68 May 3 23:54 SystemConfiguration
./Volume/private/total 0
./Volume/private/drwxr-xr-x@ 3 root wheel 102 May 3 23:54 var
./Volume/private/var/total 0
./Volume/private/var/drwxr-xr-x@ 2 root wheel 68 May 3 23:54 db
Al mirar una de las subcarpetas (Volumen / Biblioteca / Preferencias) se muestra lo siguiente:
drwxr-xr-x 3 root wheel 102B May 3 23:54 .
drwxr-xr-x@ 3 root wheel 102B May 3 23:54 ..
com.apple.backupdelta.MoveChecked 3B
com.apple.s stem.Security 68B
0: group:everyone deny delete
drwxr-xr-x 2 root admin 68B May 3 23:54 SystemConfiguration
La ejecución de rm -rf SystemConfiguration/
da como resultado:
rm: SystemConfiguration/: Operation not permitted
chflags noschg SystemConfiguration/
no muestra nada.
chmod 777 SystemConfiguration
devuelve:
chmod 777 SystemConfiguration
chmod: Unable to change file mode on SystemConfiguration: Operation not permitted
Estoy ejecutando todos los comandos anteriores como sudoer.
Si intento eliminar la Configuración del sistema del buscador, aparece este mensaje:
"Configuración del sistema" no se puede modificar ni eliminar porque OS X lo requiere.
¿Qué estoy haciendo mal?