First, what is the inode?To understand the inode, start with the file storage. The file is stored on the hard disk, and the minimum storage unit for the hard disk is called "Sector" (Sector). Each sector is stored 512 bytes (equivalent to 0.5KB).
If you find that the created symbolic link cannot be deleted, you can only find that the file name cannot be suffixed with one/after the symbolic link is deleted /. For example:[WHB @ jcwkyl test] $ ln-S ~ WHB[WHB @ jcwkyl test] $ lsWHB[WHB @ jcwkyl
In Linux, the kernel assigns an Inode (index node) to each newly created file, and each file has a unique inode number. The file attributes are stored in the index node, and when the file is accessed, the index nodes are copied to the inside to
In Linux, the kernel assigns an Inode (index node) to each newly created file, and each file has a unique inode number. The file attributes are stored in the index node, and when the file is accessed, the index nodes are copied to the inside to
Document directory
Fixed Link Type
Select Permanent Link Structure
Use "beautiful" fixed links
Do not use a fixed link of mod_rewrite
Fixed Link Problems
Fixed links,. htaccess files, and MS Frontpage
See
External resources
Permalink is
This article mainly introduces some functions commonly used in file and file system, the organization structure of file system and the hard link, symbolic link.By understanding this knowledge, you can have a more comprehensive understanding of the
Linux file Properties-Hard link-timestamp
Short BrotherArchive: Learning notes2017/01/19
Directory1th Chapter Link ... 11.1 Hard links ... 11.1.1 Hard Link Introduction ... 11.1.2 Hard link Removal principle ... 11.1.3
1.Linux Link ConceptThere are two types of Linux links, one called hard links, and the other called Symbolic links (symbolic link). By default, the LN command produces a hard link.1.1 Index nodesAn index node refers to a data structure in many
About LNLn creates links between files.DescriptionLN creates a link to file TARGET with the name linkname. If linkname is omitted, a link to TARGET was created in the current directory, using the name of the Targ ET as the linkname.Ln creates hard
For more information about Linux technologies and applications, see the following section. [I = s] This post was last edited by lijiang
I. Fill in blank questions:
1. in UNIX systems, all data and programs are stored on (), and all programs run by
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.