Skip to content

Instantly share code, notes, and snippets.

@erikdstock
Last active December 4, 2017 22:23
Show Gist options
  • Save erikdstock/338d8a02987f3bb2e226d562c8a0e9bb to your computer and use it in GitHub Desktop.
Save erikdstock/338d8a02987f3bb2e226d562c8a0e9bb to your computer and use it in GitHub Desktop.
OSX

What is going on with kernel_task, accountsd etc

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment