You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
查看进程的工作目录 lsof -a -d cwd -c programname or lsof -a -d cwd -p processid,谢
$ lsof -a -d cwd -p 41187
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
beefs 41187 bingoobjca cwd DIR 1,4 160 79202440 /Users/bingoobjca/tempdir/beefsdir1
xxx
The text was updated successfully, but these errors were encountered:
mac 上的一些小命令
lsof -a -d cwd -c programname
orlsof -a -d cwd -p processid
,谢The text was updated successfully, but these errors were encountered: