How to Make or Create Symbolic Link in Unix or Linux Wie man oder Erstellen Sie symbolische Link in Unix-oder Linux -
Symbolic link (also known as symlink or soft link) is a special type of file that has reference that points to another file or directory, in the form of an absolute or relative path. Symbolischer Link (auch bekannt als symbolischer Link oder Soft-Link) ist eine spezielle Art von Datei, die Referenz, der auf eine andere Datei oder das Verzeichnis, in Form eines absoluten oder relativen Pfad. Symbolic link can be used just like the target original file or folder, as it merely contains a text string that is interpreted and followed by the operating system to another file or directory. Symbolischer Link kann verwendet werden, ebenso wie das Ziel ursprüngliche Datei oder den Ordner aus, da sie lediglich eine Text-String, die interpretiert und ergänzt durch das Betriebssystem auf einer anderen Datei oder das Verzeichnis.
Symbolic link is supported on most Unix-like (including Linux) operating systems, Windows Vista (see Symbolischer Link wird auf den meisten Unix-artigen (einschließlich Linux) Betriebssysteme, Windows Vista (siehe Windows Vista symbolic link, hard link and junction point Windows Vista symbolischen Link, harter Link und Kreuzung Punkt ) and to some degree in Windows 2000 and Windows XP. ) Und bis zu einem gewissen Grad in Windows 2000 und Windows XP. Although symbolic link is pointing to a target, it operates independently of its target (deletion of symbolic link does not been affected), but allows program to behave as if operating directly on the target file. Obwohl symbolischer Link zeigt auf ein Ziel, sie arbeitet unabhängig von ihrem Ziel (Streichung der symbolische Link nicht betroffen), sondern ermöglicht Programm zu verhalten, als ob Sie direkt auf die Ziel-Datei.
So how to create or make a symbolic link? So, wie Sie oder machen Sie einen symbolischen Link? To create a symbolic, use the following command syntax: So erstellen Sie eine symbolische, verwenden Sie den folgenden Befehl Syntax:
ln -s [target directory or file] [symlink shortcut]
For example, to link the /usr/local/lib/example directory to /example, use the following command: Zum Beispiel, um das Verzeichnis / usr / local / lib / Beispiel das Verzeichnis / Beispiel, verwenden Sie den folgenden Befehl ein:
ln -s /usr/local/lib/example /example
After creating the symbolic link above, /example will point to /usr/local/lib/example, and when user changes directory (CD) to /example, OS shell will automatically change it to /usr/local/lib/example directory. Nach dem Erstellen der symbolischen Link oben, / So wird auf / usr / local / lib / Beispiel, und wenn der Benutzer Änderungen Verzeichnis (CD) zu / example, OS-Shell wird automatisch ändern Sie sie nach / usr / local / lib / example-Verzeichnis.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Dies ist eine Maschine übersetzt, die Seite wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung Mai nur schwer zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.
Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe bei My Digital Life Forums My Digital Life Foren .
Related Articles Verwandte Artikel
- Change Group Ownership of Symbolic Links in Unix or Linux Change Group Eigentum der symbolische Links in Unix-oder Linux -
- How to Mount USB Disk Drive in UNIX or Linux Wie zu mounten USB-Laufwerk in UNIX oder Linux
- Refresh Linux or Unix Path Environmental Variables with rehash Refresh Linux-oder Unix-Pfad Umgebungsvariablen mit rehash
- How to Change or Spoof MAC Address in Windows XP, Vista, Server 2003/2008, Mac OS X, Unix and Linux Wie zu ändern oder zu Spoof MAC-Adresse in Windows XP, Vista, Server 2003/2008, Mac OS X, Unix und Linux
- Create Symbolic Links, Hard Links and Directory Junctions in Vista with MKLINK Erstellen Sie symbolische Links, Hard Links und Directory Knotenpunkte in Vista mit MKLINK
- Open, Extract and Convert DAA, ISO and BIN Files in Linux with Free PowerISO for Linux Öffnen, Extrahieren und Konvertieren DAA, ISO und BIN-Dateien in Linux mit Free PowerISO für Linux
- Find Files that are Modified Today (or Since Certain Time Ago) in Unix Finden Sie Dateien, die modifiziert Heute (oder Seit Bestimmte Time Ago) in Unix
- (Enhance) Concurrent Capable and Big vg Format Volume Group in AIX Unix (Verbessern) und Concurrent Capable vg Format Big Band Gruppe in AIX Unix
- Create New Table by Selecting Data from Other Tables with CREATE TABLE AS Erstellen Sie eine neue Tabelle, indem Sie Daten aus anderen Tabellen mit CREATE TABLE als
- Cheapest Linux Box Ever Cheapest Linux Box je

























