简体   繁体   English

macOS 中 /usr/local/lib/dtrace 目录的意义是什么?

[英]what is the significance of /usr/local/lib/dtrace directory in macOS?

When trying to remove node modules while uninstalling nodejs, I deleted the whole /usr/local/lib/dtrace directory.在卸载 nodejs 时尝试删除节点模块时,我删除了整个 /usr/local/lib/dtrace 目录。 How do I recover contents of dtrace directory?如何恢复 dtrace 目录的内容?

I don't know the significance of the /usr/local/lib/dtrace directory, but mine has the permissions 755 ( rwxr-xr-x ) and only contains one text file named node.d with the permissions 644 ( -rw-r--r-- ).我不知道/usr/local/lib/dtrace目录的意义,但我的权限为 755 ( rwxr-xr-x ) 并且只包含一个名为node.d文本文件,权限为 644 ( -rw-r--r-- )。

The comments at the top of that file say:该文件顶部的评论说:

 * This is the DTrace library file for the node provider, which includes * the necessary translators to get from the args[] to something useful.

You can download a copy of the node.d file here .您可以在此处下载node.d文件的副本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 (/usr/local/lib/libwep) 中的代码签名在 MacOS 10.14.6 上无效 - Code signature in (/usr/local/lib/libwep) not valid on MacOS 10.14.6 由于`/ usr / local / lib`和`/ usr / local / include`被删除,如何使MacOS识别以前安装的软件包? - How to make MacOS recognize previously installed packages because `/usr/local/lib` and `/usr/local/include` are deleted? libmysqlclient_r.18.dylib不同于/ usr / local / mysql / lib / MacOS - libmysqlclient_r.18.dylib disaphere from /usr/local/mysql/lib/ MacOS dyld:未加载库:/usr/local/opt/jpeg/lib/libjpeg.9.dylib OpenCV C ++ MacOS - dyld: Library not loaded: /usr/local/opt/jpeg/lib/libjpeg.9.dylib OpenCV C++ MacOS macOS上Webview的本地存储位于哪个目录中? - In what directory lies the local storage of a webview on macOS? dyld:库未加载:/usr/local/opt/openssl/lib/libssl.1.0.0.dylib 在 macOS 升级到 Catalina 后运行 nginx 和 mysql 时 - dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib when running nginx and mysql after macOS upgrade to Catalina / usr / local / lib拒绝OS X权限 - OS X permission denied for /usr/local/lib 用Sparkle更新/ usr / local / lib库 - Update /usr/local/lib library with Sparkle g ++在/ usr / local / lib中找不到库 - g++ not finding library in /usr/local/lib ARM macOS Monterey 上的 /usr/local/bin 损坏 - Broken /usr/local/bin on ARM macOS Monterey
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM