-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from hansonchar/linkfix-depth2
Fix hyperlinks of markdown pages at depth 2
- Loading branch information
Showing
39 changed files
with
358 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# File | ||
|
||
A file is a pool of data in the [filesystem](/dict/terms/filesystem). On | ||
A file is a pool of data in the [filesystem](../dict/terms/filesystem.md). On | ||
userlevel, it\'s referenced using a name, a | ||
[hardlink](/dict/terms/hardlink) to the file. | ||
[hardlink](../dict/terms/hardlink.md) to the file. | ||
|
||
If a file is not referenced anymore (number of hardlinks to it drops to | ||
0) then the space allocated for that file is re-used, unless it\'s still | ||
used by some process. | ||
|
||
The file-data splits into actual payload (file contents) and some | ||
metadata like filesize, filemode or timestamps. The metadata is stored | ||
in the [inode](/dict/terms/inode). | ||
in the [inode](../dict/terms/inode.md). | ||
|
||
Strictly spoken, a [hardlink](/dict/terms/hardlink) (also called | ||
\"filename\") points to the [inode](/dict/terms/inode) which organizes a | ||
Strictly spoken, a [hardlink](../dict/terms/hardlink.md) (also called | ||
\"filename\") points to the [inode](../dict/terms/inode.md) which organizes a | ||
file, not to the file itself. | ||
|
||
## See also | ||
|
||
- [filesystem](/dict/terms/filesystem) | ||
- [filetimes](/dict/terms/filetimes) | ||
- [hardlink](/dict/terms/hardlink) | ||
- [inode](/dict/terms/inode) | ||
- [filesystem](../dict/terms/filesystem.md) | ||
- [filetimes](../dict/terms/filetimes.md) | ||
- [hardlink](../dict/terms/hardlink.md) | ||
- [inode](../dict/terms/inode.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.