revision1 of first two pages for hard links
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@138 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
3be715d7b6
commit
9bc0101ea2
1 changed files with 22 additions and 0 deletions
|
@ -1,4 +1,21 @@
|
|||
|
||||
---
|
||||
layout: page
|
||||
category: Filesystem
|
||||
tags: Hard links
|
||||
author: Ricardo Vivanco
|
||||
title: fs
|
||||
previous-page: pages/fs/Hard:symbolic_links.html
|
||||
---
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
|
||||
<h1>How to Create Hard Links in Linux</h1>
|
||||
|
||||
|
@ -14,3 +31,8 @@ If you desire to make a hard link directly into a soft link, use the <code> -P <
|
|||
like this: <code> ln <code> <code> -P <code> "file1" "hard_link1"
|
||||
|
||||
</p>
|
||||
|
||||
</header>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue