Difference between revisions of "$HOME/Library/Containers/"
Jump to navigation
Jump to search
(Created page with " == See also == * {{$HOME}} Category:macOS") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | contain the home directories of sandboxed apps that are for example the apps downloaded from the Mac [[App Store]]. | ||
+ | du -hs [[/Users/]]*/Library/Containers 2>/dev/null | ||
+ | du -hs [[/Users/]]*/Library/Containers/[[com.docker.docker/]] 2>/dev/null | ||
+ | |||
+ | [[rm -rf]] [[/Users/]]your-user[[/Library/Containers/]]* | ||
+ | rm: com.apple.CloudDocs.MobileDocumentsFileProvider: [[Operation not permitted]] | ||
+ | rm: com.apple.Notes: Operation not permitted | ||
+ | rm: com.apple.Safari: Operation not permitted | ||
+ | rm: com.apple.corerecents.recentsd/Data/Library/Recents: Operation not permitted | ||
+ | rm: com.apple.corerecents.recentsd/Data/Library: Operation not permitted | ||
+ | rm: com.apple.corerecents.recentsd/Data: Operation not permitted | ||
+ | rm: com.apple.corerecents.recentsd: Operation not permitted | ||
+ | rm: com.apple.mail: Operation not permitted | ||
+ | rm: com.apple.news: Operation not permitted | ||
+ | rm: com.apple.stocks: Operation not permitted | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[du -hs]] [[/Users/]]*[[/brew/]]</code> | ||
== See also == | == See also == |
Latest revision as of 10:14, 31 December 2023
contain the home directories of sandboxed apps that are for example the apps downloaded from the Mac App Store.
du -hs /Users/*/Library/Containers 2>/dev/null
du -hs /Users/*/Library/Containers/com.docker.docker/ 2>/dev/null
rm -rf /Users/your-user/Library/Containers/* rm: com.apple.CloudDocs.MobileDocumentsFileProvider: Operation not permitted rm: com.apple.Notes: Operation not permitted rm: com.apple.Safari: Operation not permitted rm: com.apple.corerecents.recentsd/Data/Library/Recents: Operation not permitted rm: com.apple.corerecents.recentsd/Data/Library: Operation not permitted rm: com.apple.corerecents.recentsd/Data: Operation not permitted rm: com.apple.corerecents.recentsd: Operation not permitted rm: com.apple.mail: Operation not permitted rm: com.apple.news: Operation not permitted rm: com.apple.stocks: Operation not permitted
Related[edit]
See also[edit]
Advertising: