How to Make or Create Symbolic Link in Unix or Linux How to Make of maak Symbolic Link in Unix of 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. Symbolische link (ook bekend als snelkoppeling of soft link) is een speciaal type bestand dat heeft verwezen die naar een ander bestand of map, in de vorm van een absoluut of relatief pad. 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. Symbolische link kan worden gebruikt net als de oorspronkelijke doelgroep bestand of map, als het beperkt blijft een tekenreeks die wordt uitgelegd en gevolgd door het besturingssysteem naar een ander bestand of map.
Symbolic link is supported on most Unix-like (including Linux) operating systems, Windows Vista (see Symbolische link wordt ondersteund op de meeste Unix-achtige (inclusief Linux) besturingssystemen, Windows Vista (zie Windows Vista symbolic link, hard link and junction point Windows Vista symbolische link, hard-en koppeling koppelingspunt ) and to some degree in Windows 2000 and Windows XP. ) En tot op zekere hoogte in Windows 2000 en 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. Hoewel de symbolische link is die naar een doel, zij opereert onafhankelijk van haar doelgroep (schrapping van de symbolische koppeling niet is getroffen), maar maakt het ook mogelijk programma te gedragen alsof die rechtstreeks op het doelbestand.
So how to create or make a symbolic link? Dus hoe te creëren of een symbolische link? To create a symbolic, use the following command syntax: Voor het maken van een symbolische, gebruikt u de volgende opdracht 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: Bijvoorbeeld, voor de aansluiting van de / usr / local / lib / example directory in / voorbeeld gebruikt u de volgende opdracht:
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. Na het aanmaken van de symbolische link hierboven, / Zo zal verwijzen naar / usr / local / lib / example, en wanneer de gebruiker veranderingen directory (CD) naar / example, OS shell zal automatisch veranderen in / usr / local / lib / example directory.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. BELANGRIJK: Dit is een machine vertaalde pagina die wordt verstrekt "as is" zonder garantie. Machine translation may be difficult to understand. Machine vertaling wellicht moeilijk te begrijpen. Please refer to Raadpleeg original English article origineel Engels artikel whenever possible. als dat mogelijk is.
Share and contribute or get technical support and help at Aandeel en bijdragen of het vinden van technische ondersteuning en hulp bij My Digital Life Forums My Digital Life Forums .
Related Articles Gerelateerde artikelen
- Change Group Ownership of Symbolic Links in Unix or Linux Change Group eigendom van symbolische links in Unix of Linux
- How to Mount USB Disk Drive in UNIX or Linux How to mount USB disk drive in UNIX of Linux
- Refresh Linux or Unix Path Environmental Variables with rehash Vernieuwen Linux of Unix Pad Milieu Variabelen met rehash
- How to Change or Spoof MAC Address in Windows XP, Vista, Server 2003/2008, Mac OS X, Unix and Linux How to Change of Spoof MAC-adres in Windows XP, Vista, Server 2003/2008, Mac OS X, Unix en Linux
- Create Symbolic Links, Hard Links and Directory Junctions in Vista with MKLINK Maak Symbolic Links, Links en Hard Directory Knooppunten in Vista met MKLINK
- Open, Extract and Convert DAA, ISO and BIN Files in Linux with Free PowerISO for Linux Open, uitpakken en Convert DAA, ISO en BIN bestanden in Linux met Vrije PowerISO voor Linux
- Find Files that are Modified Today (or Since Certain Time Ago) in Unix Bestanden die worden Find Modified Vandaag (of omdat bepaalde tijd geleden) in Unix
- (Enhance) Concurrent Capable and Big vg Format Volume Group in AIX Unix (Bevordering) Concurrent Capable en Big vg Formaat Volume Group in AIX Unix
- Create New Table by Selecting Data from Other Tables with CREATE TABLE AS Maak een nieuwe tabel met het selecteren van gegevens uit andere tabellen met CREATE TABLE als
- Cheapest Linux Box Ever Goedkoopste Linux doos ooit

























