Created
March 1, 2012 18:00
-
-
Save mtrudel/1951711 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
×[mat@calculon ~]$ lsof . | |
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | |
iTunes 125 mat 25r DIR 14,4 1666 289319 . | |
Dock 132 mat 16r DIR 14,4 1666 289319 . | |
Dock 132 mat 17r DIR 14,4 1666 289319 . | |
Google 18386 mat 59r DIR 14,4 1666 289319 . | |
zsh 18713 mat cwd DIR 14,4 1666 289319 . | |
lsof 18758 mat cwd DIR 14,4 1666 289319 . | |
lsof 18759 mat cwd DIR 14,4 1666 289319 . | |
✓[mat@calculon ~]$ exec sudo su | |
sh-3.2# lsof /Users/mat | |
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | |
iTunes 125 mat 25r DIR 14,4 1666 289319 /Users/mat | |
Dock 132 mat 17r DIR 14,4 1666 289319 /Users/mat | |
Dock 132 mat 24r DIR 14,4 1666 289319 /Users/mat | |
filecoord 160 root 12r DIR 14,4 1666 289319 /Users/mat | |
Google 18386 mat 59r DIR 14,4 1666 289319 /Users/mat | |
sudo 18713 root cwd DIR 14,4 1666 289319 /Users/mat | |
su 18762 root cwd DIR 14,4 1666 289319 /Users/mat | |
sh 18763 root cwd DIR 14,4 1666 289319 /Users/mat | |
lsof 18765 root cwd DIR 14,4 1666 289319 /Users/mat | |
lsof 18766 root cwd DIR 14,4 1666 289319 /Users/mat | |
sh-3.2# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment