logwatch, lastlog, line, logsave, lsmod, lastb, lastcomm, ldconfig, ldd: add German translation (#6996)
This commit is contained in:
16
pages.de/linux/ldconfig.md
Normal file
16
pages.de/linux/ldconfig.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# ldconfig
|
||||
|
||||
> Symbolische Verknüpfungen und Zwischenspeicher für Abhängigkeiten von gemeinsam genutzen Bibliotheken konfigurieren.
|
||||
> Weitere Informationen: <https://manned.org/ldconfig>.
|
||||
|
||||
- Aktualisiere symbolische Verknüpfungen und erstelle den Zwischenspeicher neu (wird normalerweise ausgeführt, wenn eine neue Bibliothek installiert wird):
|
||||
|
||||
`sudo ldconfig`
|
||||
|
||||
- Aktualisiere die symbolischen Verknüpfungen für ein bestimmtes Verzeichnis:
|
||||
|
||||
`sudo ldconfig -n {{pfad/zu/verzeichnis}}`
|
||||
|
||||
- Gib die Bibliotheken im Zwichenspeicher aus und prüfe ob eine bestimmte Bibliothek vorhanden ist:
|
||||
|
||||
`ldconfig -p | grep {{bibliotheksname}}`
|
Reference in New Issue
Block a user