mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-13 07:31:16 +01:00
5 lines
167 B
Text
5 lines
167 B
Text
# To create a symlink:
|
|
ln -s path/to/the/target/directory name-of-symlink
|
|
|
|
# Symlink, while overwriting existing destination files
|
|
ln -sf /some/dir/exec /usr/bin/exec
|