About 84,400 results
Open links in new tab
  1. How can I symlink a file in Linux? - Stack Overflow

    Nov 7, 2016 · I want to create a symbolic link in Linux. I have written this Bash command where the first path is the folder I want to link, and the second path is the compiled source. ln -s '+basebuild+'/IpDome-

  2. How to create a link to a directory on linux - Stack Overflow

    How to create a link to an existing file or directory using a GNU Linux shell command?

  3. Is there a way to edit a symbolic link without deleting it first?

    So I created a symbolic link: ln -s /location/to/link linkname Now I want to change the location that the symlink links to. How do I do that? Is there a way to do it without deleting it first?

  4. What is the purpose of creating a symbolic link between files?

    Oct 10, 2019 · Hence, I might create a symlink to a file, but that it will only save the link. If the (eventual) hard link that the symlink is pointing to gets removed from the system, trying to resolve the symlink …

  5. ln: failed to create symbolic link : permission denied

    Feb 17, 2022 · 2 This likely means ln is called in your user or bash profile to create a symbolic link in a folder that requires root permissions. Try running nano ~/.profile and nano ~/.bash_profile (nano can …

  6. What is the difference between a symbolic link and a hard link?

    Oct 9, 2008 · A symbolic link is a link to another name in the file system. Once a hard link has been made the link is to the inode. Deleting, renaming, or moving the original file will not affect the hard …

  7. How do I create a soft link programmatically in C/C++?

    Sep 30, 2014 · A symbolic link name2 is created to name1 (name2 is the name of the file created, name1 is the string used in creating the symbolic link). Either name may be an arbitrary path name; …

  8. error:" ln: failed to create symbolic link ‘./sys/kernel/config/nvmt ...

    The -p option enables mkdir to create all the missing directories in the given path if they are missing, so you can directly type mkdir -p a/b/c instead of first mkdir a, then mkdir a/b, then mkdir a/b/c.

  9. linux - failed to create symbolic link - no such file or directory ...

    Jul 21, 2020 · The command creates a symbolic link, so if it is complaining that a file or directory does not exist then the issue must be with the path to the target link, not the link's name.

  10. symlink - Nginx sites-enabled, sites-available: Cannot create soft-link ...

    Aug 7, 2013 · I am trying to create soft links between config files containing server blocks in the sites-enabled and sites-available directories in /etc/nginx/. The command I am using is: sudo ln -s sites-ava...