Symbolic link - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: Symbolic link



  
 Symbolic link - Wikipedia, the free encyclopedia
In computing, a symbolic link (often shortened to symlink) is a special type of file that serves as a reference to another file.
As a result, symbolic links can be used to refer to files on other mounted file systems.
This space is generally used for storing the chain of disk blocks composing a file (60 bytes on the Unix File System).
http://en.wikipedia.org/wiki/Symbolic_link   (633 words)

  
 Hard link - Wikipedia, the free encyclopedia
In computing, a hard link is a reference, or pointer, to physical data on a storage volume.
If all of the links are removed and no process has the file open, then the space occupied by the data will be considered free, allowing it to be reused in the future for other files.
It is also the simplest way for the file system to track the use of a given area of storage, as zero values indicate free space and nonzero values indicate used space.
http://en.wikipedia.org/wiki/Hard_link   (549 words)

  
 Using symbolic links
Therefore, when evaluating a pathname, it is important to put a limit on the number of symbolic links that may be encountered in case the evaluation encounters a loop.
where sym is a symbolic link that references a regular file foo, and file1 is a regular file, file1 is overwritten and hard-linked to foo.
This kind of symbolic link may be used when files exist in the directory /usr/src/uts/sys but programs often refer to files in /usr/include/sys.
http://ou800doc.caldera.com/SDK_sysprog/_Using_Symbolic_Links.html   (1637 words)

  
 Link - Wikipedia, the free encyclopedia
Symbolic link, a special type of file that serves as a reference to another file
Links (computer game), photorealistic Golf Computer-Simulation by Access Software
Hard link, a reference or pointer to physical data on a storage volume
http://en.wikipedia.org/wiki/Linking   (388 words)

  
 symlink()--Make Symbolic Link
If the symbolic link is not the last component of the original path name, remaining components of the original path name are resolved relative to the symbolic link.
When a component of a path name refers to a symbolic link rather than to a directory, the path name contained in the symbolic link is resolved.
This error is issued if the number of symbolic links encountered is more than POSIX_SYMLOOP (defined in the limits.h header file).
http://www.redbooks.ibm.com/pubs/html/as400/v4r5/ic2924/info/apis/symlink.htm   (1220 words)

  
 Expanding symbolic links (aug 99)
Symbolic links were not present in the first version of Unix that I used.
A symbolic link is essentially a text string that sits in place of a file.
When the symbolic link's filename is accessed, the Unix kernel replaces the filename with its text value instead, like a macro expansion.
http://www.stonehenge.com/merlyn/UnixReview/col27.html   (1278 words)

  
 Symbolic link
Also known as a SYLK, a symbolic link was developed by Microsoft and is an ASCII formatted file that is saved with a.slk file extension and enables the exchange of information contained in Microsoft Excel spreadsheets with other programs.
Also known as a soft link or symlink, a symbolic link is a Linux / Unix file created with the ln command that links to another file using the path.
Unlike a hard link, a symbolic link can link to any file on any computer.
http://www.computerhope.com/jargon/s/symblink.htm   (102 words)

  
 Symbolic Links - Finding Files
will handle symbolic links in one of two ways; firstly, it can dereference the links for you - this means that if it comes across a symbolic link, it examines the file that the link points to, in order to see if it matches the criteria you have specified.
Symbolic links are names that reference other files.
This also occurs if a symbolic link exists but points to a file that is missing.
http://www.gnu.org/software/findutils/manual/html_node/find_html/Symbolic-Links.html   (581 words)

  
 symlink() -- create a symbolic link
Symbolic links are only supported on Windows 2000/XP/2003 on local NTFS-5 file systems.
function creates a symbolic link from the file name2 to the file name1.
The file to which the symbolic points is used when an
http://www.mkssoftware.com/docs/man3/symlink.3.asp   (205 words)

  
 Unix Man
A symbolic link is an indirect pointer to a file; its directory entry contains the name of the file to which it is linked.
Symbolic links may span file systems and may refer to directories.
Linking for Programmers in AIX 5L Version 5.2 General Programming Concepts: Writing and Debugging Programs discusses links from a programming viewpoint.
http://web.uvic.ca/helpdesk/cgi-bin/cgi?Script=script/unixman.csh&command=ln   (870 words)

  
 Windows Server Division WebLog : SMB2 Protocol - what is a Symbolic Link?
Symbolic links were invented in the Multics operating system in 1965-66, well before Unix was born.
Think of a symbolic link as a pointer to another file system object (it can be a file, folder, shortcut or another symbolic link).
In order for it to use code from Samba, they would have to release Windows as free software.
http://blogs.technet.com/windowsserver/archive/2005/10/28/413255.aspx   (3632 words)

  
 :: Shell-Shocked :: Windows Symbolic and Hard Links
Hard links are unbreakable, for example; because the information you see in your file browser, such as the file name, is stored in the filesystem table, and not at the disk address referenced in the filesystem table, this information can be changed at will without risk of affecting that link or any other link.
In a nutshell, symbolic links are files that contain a path to another file or folder (or maybe something else) somewhere else on your hard drive; and anything trying to read or write the link will automatically read or write the resource to which the link points.
Windows hard links, from what I've read, behave pretty much like hard links in UNIX and Linux: they can only be used for files, and they cannot cross disk volume or file system boundaries; all hard links to a disk address must reside in the same partition as the disk address itself.
http://shell-shocked.org/article.php?id=284   (5342 words)

  
 [Rsync_hfs] rsync and Darwin's symbolic link handling
One of the functions is the lchown system call, which changes the ownership of files and directories, just like chown, but in case of symbolic links changes the ownership of the symbolic link itself instead of the referenced file/directory as chown would do.
This might lead to improper file ownerships on files and directories which are referenced by symbolic links.
no such file or directory" errors as the link ownership is to be changed when the referenced file has not yet been copied.
http://www.opendarwin.org/pipermail/rsync_hfs/2004-August/000858.html   (679 words)

  
 Creating Symbolic Links [Files]
Note   If you specify a current working directory-relative link, it is created as an absolute link, due to the way the current working directory is processed based on the user and the thread.
In this example, the original path contains a component ‘x’, which is a relative symbolic link.
In this example, the original path contains a component, ‘x’, which is an absolute symbolic link.
http://msdn.microsoft.com/library/en-us/fileio/fs/creating_symbolic_links.asp?frame=true   (371 words)

  
 symlink
As a result of encountering a symbolic link in resolution of the path2 argument, the length of the substituted pathname string exceeded {PATH_MAX} bytes (including the terminating null byte), or the length of the string pointed to by path1 exceeded {SYMLINK_MAX}.
The symlink() function shall create a symbolic link called path2 that contains the string pointed to by path1 (path2 is the name of the symbolic link created, path1 is the string contained in the symbolic link).
Write permission is denied in the directory where the symbolic link is being created, or search permission is denied for a component of the path prefix of path2.
http://www.opengroup.org/onlinepubs/009695399/functions/symlink.html   (454 words)

  
 [Chapter 13] 13.3 Creating Alternate Names for a File: Linking
Every hard link to a file must reside on the same mounted filesystem (usually a disk or a part of a disk).
A hard link protects the contents of a file from being lost (because it counts as one of the names of the file).
When the last link to a file disappears, and the file is closed, the file goes away.
http://www.unix.org.ua/orelly/perl/learn/ch13_03.htm   (693 words)

  
 Symbolic Links - The GNU C Library
(Opening this link will fail until a file by that name is created.) Likewise, if the symbolic link points to an existing file which is later deleted, the symbolic link continues to point to the same file name even though the name no longer names any file.
Unlike hard links, symbolic links can be made to directories or across file systems with no restrictions.
The directory or file system cannot be extended to make the new link.
http://www.gnu.org/software/libc/manual/html_node/Symbolic-Links.html   (753 words)

  
 macosxhints - A brief tutorial on symbolic links
Note that while their size "on disk" are both 4k, the symbolic link has only 9 bytes to the right of that while the alias has 650 bytes.
To learn about symbolic links and use them to add shortcuts at the root level of your filesystem, read the rest of this article.
However, a symbolic link will solve the problem.
http://www.macosxhints.com/article.php?story=2001110610290643   (1157 words)

  
 Different symbolic link behaviour - Philipp Kerns Spielplatz
::If a symbolic link is encountered during pathname resolution, the behavior shall depend on whether the pathname component is at the end of the pathname and on the function being performed.
This dereferencing only works for directories, since a file which has andquot;/.andquot; appended refers to the directory contents of a file, which is nonsensical.
::The rm utility removes symbolic links themselves, not the files they refer to, as a consequence of the dependence on the unlink() functionality, per the DESCRIPTION.
http://blog.philkern.de/archives/45-Different-symbolic-link-behaviour.html   (988 words)

  
 Sun Tools & Products Forums - NFS4 and dual symbolic link fails
The moment NFS4 is used, and two symbolic links are traversed--the NFS mount fails.
The moment two symbolic links AND NFS4 are used together for the NFS mount (autohome) everything falls apart.
As long as I force users to use NFS3, they can autohome and get all the items they need, no problem.
http://forum.sun.com/thread.jspa?threadID=25235&tstart=30   (169 words)

  
 OSR's ntfsd List: Obtain symbolic link name from Device name
For each symbolic link object found, one can use ZwOpenSymbolicLinkObject and ZwQuerySymbolicLinkObject to gather the contents of the symbolic link and match it with the name you are interested in such as '\Device\Harddisk3\Partition2'.
This way one can find out the symbolic link object referring to a devicename.
However one can enumerate all the symbolic link objects under the \??
http://www.osronline.com/showThread.cfm?link=1259   (862 words)

  
 LWN: Supporting deeper symbolic links
The limit is a useful way of dealing with symbolic link loops, but that is not why it exists.
Al figures that this change will enable raising the maximum link depth to eight, or even higher (though there is probably little reason to go beyond eight).
But the initial set of patches has found its way into Linus's BitKeeper tree, so the process is coming near to its conclusion.
http://lwn.net/Articles/91959   (917 words)

  
 GNU Core Utilities - Bugs: bug #11124, ls stats symbolic link targets [Savannah]
This can take a significant amount of time if the links are to automounted NFS directories, for example.
The setup I noticed this with is two Fedora Core 2 systems configured with /net automounting between them and convenience symbolic links in the root of one machine (/mp3 -> net/other/mp3).
ls appears to stat not only the files in the directory being listed, but also files that are referenced by symbolic links.
http://savannah.gnu.org/bugs?func=detailitem&item_id=11124   (415 words)

  
 TIP #99 Version 1.2: Add 'file link' to Tcl
If source isn't a symbolic link or its value cannot be read, then an error is returned.
On MacOS and Unix, symbolic links will be created.
on NTFS drives), symbolic links will be created for directory links, and hard-links for file links (since symbolic file links do not appear to be supported - shortcuts are simply shell aliases).
http://www.tcl.tk/cgi-bin/tct/tip/view/99?ver=1.2   (352 words)

  
 SAS/C Note: CSL NFS I/O error writing to a path with a symbolic link for a basename
SAS/C Note: CSL NFS I/O error writing to a path with a symbolic link for a basename
CSL NFS I/O error writing to a path with a symbolic link for a basename
To correct the problem apply the zap referenced by M1001316 for MVS and B1001316 for BiCMS.
http://support.sas.com/techsup/unotes/C/1316.html   (146 words)

  
 [No title]
It is treated as data file, not part of the file system structure.
To prevent looping in directory referencing, 4.3BSD UNIX does not permit a hard link to refererence directory.
Reference: The design and implementation of 4.3BSD UNIX Operating System p.
http://www.cs.toronto.edu/~wtjioe/csc209/link.html   (190 words)

  
 Query regarding hardlink and symbolic link. - LinuxQuestions.org
Hard links cannot span disk drives, so you CANNOT have a hard link on /dev/hdb that refers to a program or file on /dev/hda
A hard link creates a copy of the i-node of the file.
A simlink is just a new file that somehow has inside it stored the path to a real file.
http://www.linuxquestions.org/questions/showthread.php?p=2162352#post2162352   (646 words)

  
 PHP: symlink - Manual
The way this works is when a user wants to download a file, a randomly named dir is created in the $downloaddir, and a symbolic link is created to the file being requested.
I use a different technique under Apache where if you want a file, you might use a url like:
This might sound obvious, but sometimes these details slip from our minds...
http://us2.php.net/symlink   (655 words)

  
 scripts.doc - scripts for UNIX (useful & various)
The problems (documented on the previous pages) result from the fact that the symbolic links were in the same directory as the real data files.
replace the data files in tipix/tipdata with symbolic links to the real files in prod/data (both data and index partitions).
add a symbolic link for all files in a directory to the root filename after removing a specified extension
http://www.uvsoftware.ca/scripts.htm   (8030 words)

  
 symbolic logic - Columbia Encyclopedia article about symbolic logic
Set theory not only is involved in many areas of mathematics but has important applications in other fields as well, e.g., computer technology and atomic and nuclear physics.
The general predicate calculus, or quantification theory, was also shown to be complete by Kurt Gödel, but Alonso Church subsequently proved (1936) that it has no possible decision procedure.
Symbolic logic draws on the concepts and techniques of mathematics, notably set set, in mathematics, collection of entities, called elements of the set, that may be real objects or conceptual entities.
http://columbia.thefreedictionary.com/symbolic+logic   (844 words)

  
 Symbolic Link Case Sensitivity Exploit Bypasses System Security
When you modify the "\??" object folder's symbolic link table by substituting a different case (upper versus lower) letter in the table to point to a different device associated with a disk drive alias, it may be possible to bypass typical Windows NT security and allow any user to acquire administrator privileges.
To resolve this problem, obtain the latest service pack for Windows NT 4.0 or the individual software update.
Symbolic Link Case Sensitivity Exploit Bypasses System Security
http://support.microsoft.com/support/kb/articles/Q222/1/59.asp   (285 words)

  
 OSR's ntfsd List: RE: Assigning Drive Letter/Symbolic Link in User Mode [Re-visited!]
For FAT12\16\32...the On disk structure White Paper from MS was used to do the formatting.
I can get this to work using DefineDosDevice(), but I was > > > under the impression that under Windows 2000 SetVolumeMountPoint() should > > be > > > used.
apparently the symbolic links to devices in Win2k correspond to actual devices in WinNT.
http://www.osronline.com/showThread.cfm?link=4296   (478 words)

  
 Symbolic Link
Clear the field by linking together matching symbols.
The more you link, the more points you get.
http://www.gamegate.com/games/symboliclink   (17 words)

  
 The UNIX Forums - "recursive" symbolic link
Trying to see process using file (fuser) returns "too many levels of symbolic links)
The UNIX Forums > Network Computing Topics > UNIX for Dummies Questions and Answers
I have a directory in system that has a symbolic link to itself.
http://www.unix.com/showthread.php?t=3178   (178 words)

  
 #1334: When to use a symbolic link in lieu of a link
A symbolic link is a special file containing the text of a path to another file within the same file system or another file system.
A normal link must be within the same filesystem, as the mechanism is to make a directory entry using a common inode number between the real file and the link file.
The inode number of the original can be changed without invalidating the link.
http://sunsolve.sun.com/search/document.do?assetkey=1-30-1334-1   (214 words)

  
 Sysinternals Freeware - Junction
Windows 2000 and higher supports directory symbolic links, where a directory serves as a symbolic link to another directory on the computer.
Directory symbolic links are known as NTFS junctions in Windows.
Unfortunately, Windows comes with no tools for creating junctions - you have to purchase the Win2K Resource Kit, which comes the linkd program for creating junctions.
http://www.sysinternals.com/Utilities/Junction.html   (209 words)

  
 Create a symbolic link in - Wikipedia, the free encyclopedia
If you have created this page in the past few minutes and it has not yet appeared, it may not be visible due to a delay in updating the database.
Look for Create a symbolic link in in Wiktionary, our sister dictionary project.
Search for Create a symbolic link in in other articles.
http://www.objectsspace.com/encyclopedia/index.php/Create_a_symbolic_link_in...   (225 words)

  
 The Mysterious Symbolic Link
Have you wondered what is actually going on with Symbolic Links in the IFS Root file system?
Have you tried to secure objects in the IFS Root file system?
If you are like many of us, the Symbolic Link has been a strange and wonderous mystery of the iSeries.
http://www.ignite400.org/html/News/news2003041401.htm   (181 words)

  
 Redirect or Symbolic Link?
, the full path of the file you want to link to, and then the name of the fake file, like so:
This function is also incredibly useful if you have a site where you'd like your readers to use the same simple URL, but g et the most current information.
When you are creating symbolic links, you should watch for absolute paths in t he HTML and for any additional files (images, sounds, CGIs, etc.) called in by the page - they may be broken from the linked page even though they work fine from the original.
http://www.webmonkey.com/97/13/index4a_page3.html?tw=backend   (269 words)

  
 The Extended Symbolic Link Revision Control System EXSRCS (ResearchIndex)
Abstract: Sourcecode administration tools offer a useful and often indispensable support for the organization and coordination of software development projects.
EXSRCS is an extension of sourcecode administration system SRCS (Symbolic Link Revision Control System), which we determined to be most closely to our needs compaired to other...
This paper contains a description of the sourcecode administration system EXSRCS (Extended Symbolic Link Revision Control System) that we use to maintain our sourcecode.
http://citeseer.ist.psu.edu/130426.html   (267 words)

  
 How do I update Java Plug-in for my browser after I have upgraded to a new version of Java Runtime Environment? - 1.5.0
In the current directory, create a symbolic link to the JRE ns7/libjavaplugin_oji.so file.
During the Java Runtime Environment (JRE) installation process, a symbolic link to the Java Plug-in in the browser’s directory is necessary to enable Java Plug-in for your browser.
In the current directory, remove a symbolic link to the JRE ns7/libjavaplugin_oji.so file.
http://www.java.com/en/download/help/5000012300.xml   (345 words)

  
 How do I create a symbolic link? - Unix / Linux - Web Hosting Knowledge Base
Main / Browse Categories / Unix / Linux / How do I create a symbolic link?
What is the difference between a symbolic link and a hard link?
I always have trouble remembering which goes first, the target to the pointer.
http://help.hardhathosting.com/question.php/95   (317 words)

  
 Redirect or Symbolic Link?
Who said technology can't be good for trees?
A symbolic link, on the other hand, gives the illusion that the page requested contains the information that appears in the browser window, but it actually points to another file on your system where the information is really located.
In other words, with a symbolic link, you appear to be at one location when you're really somewhere else, and with a redirect, you are pushed to a new location, and you know it (provided you're paying attention).
http://www.webmonkey.com/webmonkey/geektalk/97/13/index4a.html   (268 words)

  
 Gentoo Linux Documentation -- GNU Automake symbolic link vulnerability
An attacker may be able to create symbolic links in the place of files contained in the affected directories, which may potentially lead to elevated privileges due to modification of data.
Automake may be vulnerable to a symbolic link attack which may allow an attacker to modify data or escalate their privileges.
Automake is a tool for automatically generating `Makefile.in' files which is often used in conjuction with Autoconf and other GNU Autotools to ease portability among applications.
http://www.gentoo.org/security/en/glsa/glsa-200404-08.xml   (207 words)

  
 Make Symlink 1.1.6 – Mac OS X – VersionTracker
Symbolic links, known as symlinks, resemble standard Mac OS X's aliases.
Thanks "dhsanto" but the link is: http://www.abracode.com/free/cmworkshop/.
Make Symlink is a Mac OS X-compatible contextual menu plugin which allow users to create unix-styled symbolic links.
http://www.versiontracker.com/dyn/moreinfo/macosx/21134   (341 words)

  
 Junfeng Zhang's .Net Framework Notes : Symbolic link in Windows Vista
You can create symbolic link in Windows Vista now.
If you don't let ordinary users create links in their directories under \Documents and Settings or \Users because the links might point to \Windows\System32, well then, ordinary users will still have to type \Windows\System32 at the command line.
Why doesn't the default depend on the kind of object being linked to?
http://blogs.msdn.com/junfeng/archive/2006/04/15/576568.aspx   (381 words)

  
 FutureQuest, Support Service Desk - Web Hosting Support, FAQs, Troubleshooting, Tutorials...
A symbolic link is created by the UNIX 'ln' (lowercase LN) link command.
A symbolic link, also known as a symlink, is commonly described as a shortcut or alias that maps any requests made to the old address to a new address.
Other reference information pertaining to symbolic links may be found at the links provided below:
http://service.futurequest.net/index.php?_a=knowledgebase&_j=questiondetails&_i=303   (182 words)

  
 Changelog for Opera 7.52 for Linux
Resolved issue with the 'personaldir' startup option, where a symbolic link would not be recognized as such.
http://www.opera.com/docs/changelogs/linux/752   (209 words)

  
 WebDeveloper.com - symbolic link -> link tracker.cgi
The problem is, when I click the href to that symbolic link, the browser displays the contents of the tracking script, instead of executing the script.
- - symbolic link -> link tracker.cgi (http://www.webdeveloper.com/forum/showthread.php?t=10748)
I'm sure this has to do with the fact that the symbolic link lies outside the cgi-bin, but I want to keep it where is is if possilbe.
http://www.webdeveloper.com/forum/printthread.php?t=10748   (184 words)

  
 developerWorks : Rational : Forums : Symbolic Link from VOB to Directory of Another Vob.
do is to create hundreds of symbolic links from one vob directory to
Symbolic Link from VOB to Directory of Another Vob.
developerWorks : Rational : Forums : Symbolic Link from VOB to Directory of Another Vob.
http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?forum=333&thread=71619&cat=24   (195 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.