# Create a soft link to some file in the current directory
ln -s /path/to/some/file .
# The soft link will have the same name as the file it points to.
# Create a soft link to some file in the current directory
ln -s /path/to/some/file .
# The soft link will have the same name as the file it points to.