Big Dock
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Page Index
Articles
Linuxeatsram
cPanel
Docker
Home
MacOS Tricks
Malicious Methods
MySQL
Nginx
Plesk
Standard Linux Commands
An Otter Wiki
Standard Linux Commands
cf04d3
Commit
cf04d3
2024-03-29 12:58:58
Arpan S.
: -/-
standard linux commands.md
..
@@ 52,7 52,7 @@
```
###### **How to remove/delete a System Link:**
-
To delete/remove a sysLink we can use the `rm` or `unlink` command. Please note that both commands work exactly the same.
+
To delete/remove a sysLink we can use the `rm` or `unlink` command. Please note that both commands work exactly the same[^lnlinkremoval-ref].
::: danger
Removing or Moving away the Source file will cause the sysLink to break and it won't work anymore. its is best advised to remove any broken sysLinks.
@@ 68,3 68,4 @@
```
rm symlink_to_remove
```
+
[^lnlinkremoval-ref]: More details on this can be found [here](https://linuxize.com/post/how-to-remove-symbolic-links-in-linux/).
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9