move dir fundamentals to basics
This commit is contained in:
8
basics/links.md
Normal file
8
basics/links.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Link from X to Y.
|
||||
|
||||
> ln -s X ../otherdir/Y
|
||||
|
||||
Links cause ownership headaches. Solve this with -h:
|
||||
|
||||
> chown -h user1 mysymlink
|
||||
|
Reference in New Issue
Block a user