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:
vivanr 2018-11-12 12:39:46 +00:00
parent ccf4d69c4a
commit 6fd7c7c0bb

View File

@ -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>