Tu peux toujours passer la commande (copier-coller) :
Bloc de code:
sudo find ~ -iname '*opticalsearch*' -print
- la commande cherche dans ton dossier de compte > des objets dont l'intitulé comporterait l'expression opticalsearch (sans sensibilité à la casse)
- elle est assez lente à passer (attends le retour de l'invite de commande terminée par ton nomcourt$
=> est-ce qu'il y a un retour ?
voici le retour :
Air-de-Luc-2:~ Luc$ sudo find ~ -iname '*opticalsearch*' -print
Password:
find: /Users/Luc/Library/Application Support/MobileSync: Operation not permitted
find: /Users/Luc/Library/Application Support/CallHistoryTransactions: Operation not permitted
find: /Users/Luc/Library/Application Support/com.apple.TCC: Operation not permitted
find: /Users/Luc/Library/Application Support/CallHistoryDB: Operation not permitted
find: /Users/Luc/Library/IdentityServices: Operation not permitted
find: /Users/Luc/Library/Messages: Operation not permitted
find: /Users/Luc/Library/HomeKit: Operation not permitted
find: /Users/Luc/Library/Mail: Operation not permitted
find: /Users/Luc/Library/Safari: Operation not permitted
find: /Users/Luc/Library/Suggestions: Operation not permitted
find: /Users/Luc/Library/Containers/com.apple.VoiceMemos: Operation not permitted
find: /Users/Luc/Library/Containers/com.apple.Home: Operation not permitted
find: /Users/Luc/Library/Containers/com.apple.Safari: Operation not permitted
find: /Users/Luc/Library/Containers/com.apple.iChat: Operation not permitted
find: /Users/Luc/Library/Containers/com.apple.mail: Operation not permitted
find: /Users/Luc/Library/Containers/com.apple.news: Operation not permitted
find: /Users/Luc/Library/Containers/com.apple.stocks: Operation not permitted
find: /Users/Luc/Library/PersonalizationPortrait: Operation not permitted
find: /Users/Luc/Library/Metadata/CoreSpotlight: Operation not permitted
find: /Users/Luc/Library/Metadata/com.apple.IntelligentSuggestions: Operation not permitted
find: /Users/Luc/Library/Cookies: Operation not permitted
find: /Users/Luc/Library/Caches/CloudKit/com.apple.Safari: Operation not permitted
find: /Users/Luc/Library/Caches/com.apple.Safari: Operation not permitted
find: /Users/Luc/Library/Caches/com.apple.Safari.SafeBrowsing: Operation not permitted
Air-de-Luc-2:~ Luc$