Forrest logo
back to context overview

ln

List of commands for ln:

  • ln:ai:219f6 Link nginx site config to sites-enabled
    $ ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/
    try on your machine
    explain this command
  • ln:tldr:11b77 ln: Create a hard link to a file.
    $ ln ${-filename} ${path-to-hardlink}
    try on your machine
    explain this command
  • ln:tldr:1d911 ln: Overwrite an existing symbolic link to point to a different file.
    $ ln -sf ${-path-to-new_file} ${path-to-symlink}
    try on your machine
    explain this command
back to context overview