How to Make or Create Symbolic Link in Unix or Linux Kako napraviti ili Napravite simboličku vezu na Unixa ili Linuxa

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. Simboličku vezu (poznat i kao mekani link ili symlink) je posebna vrsta datoteke koja je referenca koja upućuje na drugu datoteku ili direktorij, u obliku apsolutnu ili relativnu stazu. 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. Simboličku vezu može koristiti kao cilj izvorne datoteke ili mape, jer sadrži samo tekst koji se tumačiti i nakon toga operacijski sustav na drugu datoteku ili direktorij.

Symbolic link is supported on most Unix-like (including Linux) operating systems, Windows Vista (see Simboličku vezu je podržano na većini Unixu sličnim (uključujući Linux) operativnim sustavima Windows Vista (vidi Windows Vista symbolic link, hard link and junction point Windows Vista simboličku vezu, tvrdi vezu i čvorište ) and to some degree in Windows 2000 and Windows XP. ) I neki stupanj u sustavu Windows 2000 i 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. Iako je simboličan link pokazuje na cilj, ona djeluje samostalno i svoj cilj (brisanje simboličku vezu nije bila pogođena), a program omogućuje da se ponašaju kao da operacijski direktno na ciljnu datoteku.

So how to create or make a symbolic link? Pa kako stvoriti ili napraviti simboličku vezu? To create a symbolic, use the following command syntax: Kako stvoriti simboličku, koristite sljedeću sintaksu naredbe:

ln -s [target directory or file] [symlink shortcut]

For example, to link the /usr/local/lib/example directory to /example, use the following command: Na primjer, za povezivanje na / usr / local / lib / direktoriju na primjer / primjer, koristite sljedeću naredbu:

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. Nakon stvarajući simboličku vezu, primjerice će točka u / usr / local / lib / primjer, kad korisnik i promjene katalog (CD) da / primjer, OS ljuska će automatski promijeniti u / usr / local / lib / primjer direktoriju.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. VAŽNO: Ovaj je stroj prevedeno stranica što je određeno "kako jest" bez jamstava. Machine translation may be difficult to understand. Strojno prevođenje svibanj biti teško za razumjeti. Please refer to Molimo pogledajte original English article original English članak whenever possible. kad god je to moguće.

Share and contribute or get technical support and help at Dionički i doprinose ili dobiti tehničku podršku i pomoć u My Digital Life Forums Moj digitalni život forumi .



Leave a Reply Ostavite odgovor

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Možete koristiti ove oznake: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Pretplatite se na komentare značajka je onemogućen. To receive notification of latest comments posted, subscribe to Da biste primali obavijesti o najnovijim komentare Posted, pretplatiti se na My Digital Life Comments RSS feed Moj digitalni život Komentari RSS Feed or ili register to receive prijaviti za primanje new comments in daily email digest. nove komentare u dnevni e-mail svariti.
Custom Search

New Articles Novi Članci

Incoming Search Terms for the Article Dolazni Pretraživanje Uvjeti za Članak

how to create a symbolic link in unix for a directory kako stvoriti simboličku vezu na unix za katalog - --