How to Make or Create Symbolic Link in Unix or Linux Paano sa Gawin o Gumawa ng symbolic link sa Unix o 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. Symbolic link (na kilala rin bilang symlink o soft link) ay isang espesyal na uri ng file na may reference na ang mga puntos sa isa pang file o directory, sa anyo ng isang kamag-anak o absolute path. 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. Symbolic link ay maaaring gamitin lamang ang target na tulad ng orihinal na file o folder, dahil ito lamang ay naglalaman ng isang string ng teksto na ito ay interpreted at sinundan ng operating system sa isa pang file o directory.
Symbolic link is supported on most Unix-like (including Linux) operating systems, Windows Vista (see Symbolic link ay suportado sa mga pinaka-Unix-like (kasama na ang Linux) operating system, Windows Vista (tingnan ang Windows Vista symbolic link, hard link and junction point Windows Vista symbolic link, hard-link at kantong point ) and to some degree in Windows 2000 and Windows XP. ) At sa ilang antas sa Windows 2000 at 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. Kahit na symbolic link ay tumuturo sa isang target, ito ay nagpapairal ng malaya nito sa target (pagbura ng symbolic link ay hindi na-aapektuhan), ngunit nagbibigay-daan sa programa na kumilos na kung operating direkta sa mga target na file.
So how to create or make a symbolic link? Kaya kung paano sa lumikha o gumawa ng isang symbolic link? To create a symbolic, use the following command syntax: Upang lumikha ng isang makahulugan, gamitin ang sumusunod na command 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: Halimbawa, sa link sa / usr / local / lib / halimbawa directory sa / halimbawa, gamitin ang sumusunod na command:
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. Matapos ang paglikha ng symbolic link sa itaas, / halimbawa ay point sa / usr / local / lib / halimbawa, at kapag gumagamit ang mga pagbabago na direktoryo (CD) sa / halimbawa, OS shell ay awtomatikong baguhin ito sa / usr / local / lib / halimbawa direktoryo.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. MAHALAGA: Ito ay isang makina isinalin pahina na kung saan ay ibinigay "bilang ganito" walang warranty. Machine translation may be difficult to understand. Makina ng pagsasalin ay maaaring mahirap maintindihan. Please refer to Mangyaring sumangguni sa original English article orihinal na Ingles article whenever possible. hangga't maaari.
Share and contribute or get technical support and help at Share at kontribusyon o makakuha ng teknikal na suporta at tulong sa My Digital Life Forums Aking Digital buhay Forums .
Related Articles Mga Kaugnay na Akda
- Change Group Ownership of Symbolic Links in Unix or Linux Baguhin ang grupo ng pagmamay-ari ng symbolic link sa Unix o Linux
- How to Mount USB Disk Drive in UNIX or Linux Paano sa Mount USB disk drive sa UNIX o Linux
- Refresh Linux or Unix Path Environmental Variables with rehash I-refresh ang Linux o Unix Path Environmental variable sa pagsasaayos
- How to Change or Spoof MAC Address in Windows XP, Vista, Server 2003/2008, Mac OS X, Unix and Linux Paano sa Palitan o daya MAC Address sa Windows XP, Vista, Server 2003/2008, Mac OS X, Unix at Linux
- Create Symbolic Links, Hard Links and Directory Junctions in Vista with MKLINK Lumikha ng sinasagisag Links, Hard Links at Directory Junctions sa Vista sa MKLINK
- Open, Extract and Convert DAA, ISO and BIN Files in Linux with Free PowerISO for Linux Buksan, extract at Pag-convert ng DAA, ISO at Bin file sa Linux sa Libreng PowerISO para sa Linux
- Find Files that are Modified Today (or Since Certain Time Ago) in Unix Maghanap ng mga file na Binago Ngayon (o ilang Since Time Ago) sa Unix
- (Enhance) Concurrent Capable and Big vg Format Volume Group in AIX Unix (Pagandahin) kasabay na may kakayahan at Big VG Format Volume Group sa Aix Unix
- Create New Table by Selecting Data from Other Tables with CREATE TABLE AS Lumikha ng bagong mesa sa pamamagitan ng pagpili ng data mula sa iba pang mga talahanayan na may lumikha ng mesa bilang
- Cheapest Linux Box Ever Cheapest Linux box pa

























