Bloc de code:
Last login: Fri Dec 1 22:45:47 on ttys000
macbook-pro-de-yann:~ yannchabannes$ df -H /
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1 749G 736G 12G 99% 2734043 4292233236 0% /
macbook-pro-de-yann:~ yannchabannes$ sudo find /System/Library -d 1 -regex '.*[^\.]' -exec sudo du -sh {} +
Password:
0B /System/Library/.localized
1,1M /System/Library/Accessibility
340K /System/Library/AccessoryUpdaterBundles
2,5M /System/Library/Accounts
812K /System/Library/Address Book Plug-Ins
137M /System/Library/Assets
0B /System/Library/AssetTypeDescriptors
6,1M /System/Library/Assistant
24M /System/Library/Automator
44K /System/Library/AWD
0B /System/Library/Backup
2,8M /System/Library/BridgeSupport
0B /System/Library/CacheDelete
9,6M /System/Library/Caches
1,4M /System/Library/CFMSupport
0B /System/Library/Colors
3,0M /System/Library/ColorSync
36M /System/Library/Components
45M /System/Library/Compositions
348K /System/Library/ConfigurationProfiles
501M /System/Library/CoreServices
36K /System/Library/CryptoTokenKit
0B /System/Library/DefaultsConfigurations
0B /System/Library/DifferentialPrivacy
96K /System/Library/DirectoryServices
3,5M /System/Library/Displays
0B /System/Library/DTDs
168K /System/Library/DuetActivityScheduler
56K /System/Library/DuetKnowledgeBase
610M /System/Library/Extensions
17M /System/Library/Filesystems
156K /System/Library/Filters
393M /System/Library/Fonts
1,0G /System/Library/Frameworks
692K /System/Library/Graphics
160K /System/Library/HIDPlugins
0B /System/Library/IdentityServices
4,0M /System/Library/Image Capture
22M /System/Library/Input Methods
132K /System/Library/InternetAccounts
64K /System/Library/Java
32K /System/Library/KerberosPlugins
11M /System/Library/Kernels
356K /System/Library/Keyboard Layouts
320K /System/Library/Keychains
2,2M /System/Library/LASecureIO
4,0K /System/Library/LaunchAgents
24K /System/Library/LaunchDaemons
432M /System/Library/LinguisticData
20K /System/Library/LocationBundles
304K /System/Library/LoginPlugins
820K /System/Library/Messages
0B /System/Library/Metadata
5,2M /System/Library/MonitorPanels
0B /System/Library/NetworkServiceProxy
708K /System/Library/OpenDirectory
4,0K /System/Library/OpenSSL
0B /System/Library/PairedSyncServices
8,0K /System/Library/Password Server Filters
79M /System/Library/Perl
72M /System/Library/PreferencePanes
0B /System/Library/Preferences
21M /System/Library/PrelinkedKernels
256K /System/Library/Printers
1,2G /System/Library/PrivateFrameworks
1,4M /System/Library/QuickLook
26M /System/Library/QuickTime
111M /System/Library/Receipts
20K /System/Library/Recents
16K /System/Library/Sandbox
1,1M /System/Library/Screen Savers
2,8M /System/Library/ScreenReader
308K /System/Library/ScriptingAdditions
0B /System/Library/ScriptingDefinitions
0B /System/Library/SDKSettingsPlist
5,1M /System/Library/Security
5,2M /System/Library/Services
1,7M /System/Library/Sounds
794M /System/Library/Speech
428K /System/Library/Spotlight
0B /System/Library/StartupItems
240K /System/Library/SyncServices
3,3M /System/Library/SystemConfiguration
1,6M /System/Library/SystemProfiler
9,2M /System/Library/Tcl
80K /System/Library/TextEncodings
2,7M /System/Library/TextInput
0B /System/Library/User Template
624K /System/Library/UserEventPlugins
460K /System/Library/Video
304K /System/Library/WidgetResources
macbook-pro-de-yann:~ yannchabannes$ csrutil status
System Integrity Protection status: enabled.
macbook-pro-de-yann:~ yannchabannes$ sudo find /System/Library/Caches -d 1 -regex '.*[^\.]' -exec sudo du -sh {} +
Password:
24K /System/Library/Caches/com.apple.app-sandbox-cache.plist
276K /System/Library/Caches/com.apple.automator.actionCache-system-readonly.plist
4,0K /System/Library/Caches/com.apple.bootefisignature
0B /System/Library/Caches/com.apple.bootstamps
44K /System/Library/Caches/com.apple.Components2.SystemCache.Components
60K /System/Library/Caches/com.apple.Components2.SystemCache.QuickTimeComponents
8,4M /System/Library/Caches/com.apple.corestorage
16K /System/Library/Caches/com.apple.coresymbolicationd
348K /System/Library/Caches/com.apple.CVMS
12K /System/Library/Caches/com.apple.IntlDataCache.le
92K /System/Library/Caches/com.apple.IntlDataCache.le.kbdx
128K /System/Library/Caches/com.apple.kext.caches
24K /System/Library/Caches/com.apple.preferencepanes.systemcache
0B /System/Library/Caches/com.apple.receiptInstaller
4,0K /System/Library/Caches/com.apple.SystemMigrationUserSizeCache
12K /System/Library/Caches/com.apple.xpc.extensions.cache
208K /System/Library/Caches/com.apple.xpchelper.cache
macbook-pro-de-yann:~ yannchabannes$