cheat/cheat/cheatsheets/ln

6 lines
167 B
Plaintext
Raw Normal View History

# To create a symlink:
ln -s path/to/the/target/directory name-of-symlink
2015-06-19 19:48:59 +02:00
# Symlink, while overwriting existing destination files
ln -sf /some/dir/exec /usr/bin/exec