add new chinese translations
This commit is contained in:
16
pages.zh/linux/ldconfig.md
Normal file
16
pages.zh/linux/ldconfig.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# ldconfig
|
||||
|
||||
> 配置共享库依赖的符号链接和缓存。
|
||||
> 更多信息:<https://manned.org/ldconfig>。
|
||||
|
||||
- 更新符号链接并重建缓存(通常在安装新库时运行):
|
||||
|
||||
`sudo ldconfig`
|
||||
|
||||
- 为给定目录更新符号链接:
|
||||
|
||||
`sudo ldconfig -n {{path/to/directory}}`
|
||||
|
||||
- 打印缓存中的库并检查给定库是否存在:
|
||||
|
||||
`ldconfig -p | grep {{library_name}}`
|
Reference in New Issue
Block a user