| This article includes a list of references, related reading or external links, but its sources remain unclear because it lacks inline citations. Please improve this article by introducing more precise citations where appropriate. (April 2009) |
In Mac OS System 7 and later, an alias is a small file that represents another object in a local, remote, or removable[1] file system. It is similar to the Unix symbolic link, but with the added benefit of working even if the target file moves to another location on the same disk (in this case it acts like hard link). As a descendant of BSD, Mac OS X supports Unix symbolic links as well.
An alias acts as a stand-in for any object in the file system, such as a document, an application, a folder, a hard disk, a network share or removable medium or a printer. When double-clicked, the computer will act the same way as if the original file had been double-clicked. Likewise, choosing an alias file from within a 'File Open' dialog box would open the original file. The purpose of an alias is to assist the user in managing large numbers of files by providing alternative ways to access them without having to copy the files themselves. While a typical alias is under the classic Mac OS was small, between 1 and 5 KB, under Mac OS X it can be fairly large, more than 500 KB for the alias to a folder.
An alias is a dynamic reference to an object. The original may be moved to another place in the file system, without breaking the link. The operating system stores several pieces of information about the original in the resource fork of the alias file. Examples of the information used to locate the original are:
- path
- file ID
- directory ID
- name
- file size
Since any of these properties can change behind the OS' back as a result of user activity, various search algorithms are used to find the most plausible target. This fault-tolerance sets the alias apart from similar functions in some other operating systems, such as the Unix symbolic link or the Microsoft Windows shortcut, at the expense of increased complexity. For example, an application can be moved from one directory to another, but an existing alias would still launch the same application when double-clicked.
Aliases are similar in operation to shadows in the graphical Workplace Shell of the OS/2 operating system.
Contents |
Distinguishing marks
In System 7 through Mac OS 8.1, aliases distinguished themselves visually to the user by the fact that their file names were in italics. To accommodate languages that don't have italics (such as Japanese), in Mac OS 8.5 another distinguishing mark was added, badging with an "alias arrow" - a black arrow with a small white border - similar to that used for shortcuts in Microsoft Windows.
In Mac OS X, the filenames of aliases are not italicized, but the arrow badge remains.
The system level alias manager keeps track of the alias and the original even if the original is moved.
Files and folders created in Mac OS X get a unique inode number, which remains the same, throughout their life within that partition. An alias records that inode number. The original can be renamed and/or relocated within the partition, without breaking the link, because the inode number remains the same.
Managing aliases
In System 7, the only way to create an alias was to select the original and choose "Make Alias" from the "File" menu. An alias, with the same name and " alias" appended would then be created in the same folder. In later versions, it became possible to create aliases by drag-and-drop, while holding down the command and option modifier keys.
Mac OS 8.5 added a feature for re-connecting aliases that had been broken for one reason or another (when the simple search algorithms failed to find a reliable replacement).
In Mac OS 9 and X options were added for command-option dragging an object in the Finder to create an alias at that location. This is where the alias cursor was added to the system.
References
- ^ Files: Chapter 4 - Alias Manager; Search Strategies — Inside Macintosh developer documentation
External links and References
- Alias Manager — Inside Macintosh developer documentation
- System 7 aliases — Article about System 7 aliases, from 1992
- aliaslinks proposal by Dave Yost - an enhancement over alias files
|
||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)




