1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-08 16:20:40 +02:00

add article resource (#8125)

This commit is contained in:
Rikuya Osawa
2025-01-31 06:54:25 +09:00
committed by GitHub
parent adc66cf97c
commit 2bafd61f71

View File

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