mirror of
https://github.com/Erreur32/cheat.git
synced 2024-10-31 21:11:07 +01:00
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
# 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
|