black electronics

Create Symlinks

Common ln commands for creating symbolic links on Linux.

A symbolic link points one path at another without duplicating the underlying files, which is handy for pointing a tool’s config or a shared folder at a different location on disk.

Terminal window
ln -s /path/to/source /path/to/link # Create a symlink at "link" pointing to "source"
Useful LinksPentest PayloadsCheat Sheets