13 lines
186 B
Markdown
13 lines
186 B
Markdown
---
|
|
title: "links"
|
|
tags: [ "Documentation", "basics" ]
|
|
---
|
|
Link from X to Y.
|
|
|
|
> ln -s X ../otherdir/Y
|
|
|
|
Links cause ownership headaches. Solve this with -h:
|
|
|
|
> chown -h user1 mysymlink
|
|
|