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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user