add article resource (#8125)

pull/8147/head
Rikuya Osawa 1 week ago committed by GitHub
parent adc66cf97c
commit 2bafd61f71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      src/data/roadmaps/linux/content/103-working-with-files/103-soft-hard-links.md

@ -16,4 +16,8 @@ ln source_file.txt hard_link.txt
ln -s source_file.txt soft_link.txt
```
Please, understand that `source_file.txt` is the original file and `hard_link.txt` & `soft_link.txt` are the hard and soft links respectively.
Please, understand that `source_file.txt` is the original file and `hard_link.txt` & `soft_link.txt` are the hard and soft links respectively.
Learn more from the following resources:
- [@article@How to understand the difference between hard and symbolic links in Linux](https://labex.io/tutorials/linux-how-to-understand-the-difference-between-hard-and-symbolic-links-in-linux-409929)

Loading…
Cancel
Save