OverviewIn this article, you learn to create and manage hard links and symbolic links. Learn:
Create a hard or soft link
Identify links and know their types
Understand the difference between a copy and a linked file
Using links
Symlinks (symbolic links)Function Description: tool for maintaining symbolic connections.
Syntax: symlinks [-cdrstv] [Directory]
Note: symlinks can check the symbolic connection in the directory and display the symbolic connection type. The
IntroThere are many implementations of UNIX file systems, such as UFS (BSD-based UNIX file systems), Ext3, Ext4, ZFS, ReiserFS, and so on.Regardless of the file system, you always need to store the data. the minimum storage unit for a hard disk is a
disks, slices, cylindersHttp://blog.chinaunix.net/uid-13245160-id-84370.htmlHttp://blog.chinaunix.net/uid-17246314-id-5676479.htmlLow-level format: The low-level format is to re-empty the contents of the disk, restore the state of the factory,
Soft LinksSoft Links (Soft Link) also known as symbolic links (Symboliclink) . Soft-link files in Linux are similar to shortcut keys in Windows systems. the soft link file in Linux is actually a special file , the file type is l. The actual line
Soft LinksSoft Links (Soft Link) also known as symbolic links (Symboliclink) . Soft-link files in Linux are similar to shortcut keys in Windows systems. the soft link file in Linux is actually a special file , the file type is l. The actual line
One of the most important features of the Linux file system is its file link. A link is a reference to a file, which allows the file to be seen in multiple places in the file system. However, in Linux, links can be treated as if they were the
Soft LinksSoft Links (Soft Link) also known as symbolic links (Symboliclink) . Soft-link files in Linux are similar to shortcut keys in Windows systems. the soft link file in Linux is actually a special file , the file type is l. The actual line
http://www.ibm.com/developerworks/cn/linux/l-dynlink/program linking and loading and implementation of dynamic link under LinuxThere are many ways to link and load a program, and today the most popular are dynamic-link, dynamic-loading methods. This
link files for linux Use the ln command to create a linked file (link)There are two types of Linux links: Hard links, Symbolic links (symbolic link) By default, theln command produces a hard link . [email protected] lianxi]# ln-s xiaotong
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.