sudo lsof | grep -i kernel
# also works for accountsd
# =>
# KernelEve 118 root txt REG 1,4 662257664 20143772 /private/var/db/dyld/dyld_shared_cache_x86_64h
# 7th col '662257...' is file size (big). in this case it is dyld shared cache, related to xcode.
Last active
December 4, 2017 22:23
-
-
Save erikdstock/338d8a02987f3bb2e226d562c8a0e9bb to your computer and use it in GitHub Desktop.
OSX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment