Symlinks: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
|||
Zeile 75: | Zeile 75: | ||
</div> | </div> | ||
[[Kategorie:Linux/Datei/Links]] | [[Kategorie:Linux/Datei/Links]] |
Version vom 3. Mai 2023, 16:39 Uhr
symlinks - Werkzeug zur Verwaltung von symbolischen Verknüpfungen
Beschreibung
Scannen und Ändern symbolischer Links
Symlinks überprüft Verzeichnisse auf symbolische Links und gibt diese auf stdout aus. Jedem Link geht eine Klassifizierung nach relative, absolute, dangling, messy, lengthy oder other_fs voraus.
Symlinks kann auch absolute Links (innerhalb des selben Dateisystems) in relative Links umwandeln und unordentliche und baumelnde Links löschen.
Installation
Anwendungen
Fehlerbehebung
Syntax
Optionen
Option | Beschreibung |
---|---|
-c | convert absolute links (within the same filesystem) to relative links. This permits links to maintain their validity regardless of the mount point used for the filesystem -- a desirable setup in most cases. This option also causes any messy links to be cleaned up, and, if -s was also specified, then lengthy links are also shortened. Links affected by -c are prefixed with changed in the output. |
-d | causes dangling links to be removed. |
-o | fix links on other filesystems encountered while recursing. Normally, other filesystems encountered are not modified by symlinks. |
-r | recursively operate on subdirectories within the same filesystem. |
-s | causes lengthy links to be detected. |
-t | is used to test for what symlinks would do if -c were specified, but without really changing anything. |
-v | show all symbolic links. By default, relative links are not shown unless -v is specified. |
Parameter
Umgebungsvariablen
Exit-Status
Konfiguration
Dateien
Sicherheit
Siehe auch
Dokumentation
RFC
Man-Pages
Info-Pages
Links
Einzelnachweise
Projekt
Weblinks
Testfragen
Testfrage 1
Antwort1
Testfrage 2
Antwort2
Testfrage 3
Antwort3
Testfrage 4
Antwort4
Testfrage 5
Antwort5