Tagged Questions

A special type of file that contains a reference to another file or directory

learn more… | top users | synonyms (1)

109
votes
4answers
19k views

What does git do to files that are a symbolic link?

If I have a file or directory that is a symbolic link and I commit it to a git repo what happens to it? I would assume that it leaves it as a symbolic link until the file is deleted and then if you ...
33
votes
11answers
22k views

How do you get what a symbolic link points to without grep?

Say you have a symbolic link, i.e., a -> b. In *nix, is there a command that will simply output what 'a' points to (i.e., 'b') but with nothing else? Typically we do a ls -l and pipe it to grep or ...
26
votes
6answers
18k views

Remove a symlink to a directory

I have a symlink to an important directory. I want top get rid of that symlink, while keeping the directory behind it. I tried 'rm' and get back "rm: cannot remove 'foo'". I tried 'rmdir' and got ...
22
votes
10answers
4k views

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

Recently I was asked this during a job interview. I was honest and said I knew how a symbolic link behaves and how to create one, but do not understand the use of a hard link and how it differs from a ...
22
votes
6answers
12k views

How can I get git to follow symlinks?

I've had a google for how to do this, but not had any luck. Is my best be going to be a shell script which replaces symlinks with copies, or is there another way of telling git to follow symlinks? ...
22
votes
8answers
15k views

How to resolve symbolic links in a shell script

Given an absolute or relative path (in a Unix-like system), I would like to determine the full path of the target after resolving any intermediate symlinks. Bonus points for also resolving ~username ...
15
votes
6answers
7k views

Windows XP vs Vista: NTFS Junction points

Problem: I relied heavily on NTFS Junction points in Windows XP, even though they apparently were not an "official" feature of the operating system. Now MSFT has generously made NTFS Junction points ...
14
votes
11answers
35k views

How to create symbolic links in Windows?

Related In .NET, how do I Create a Junction in NTFS, as opposed to a Symlink? I've tried Winbolic (Windows XP), but I can't get it to work the way I want. Am I wrong here? If I create a ...
13
votes
1answer
216 views

Rollback compatibility version of libraries on Mac OS X

So, I love my Macbook, and she loves me. We have our ups and downs, but for the most part our relationship has been strong. Recently though we had a fight. it started out simply enough. I was ...
13
votes
2answers
3k views

Ruby: How do I get the target of a symlink?

I have a string containing the file system path to an existing symlink. I want to get the path that this link points to. Basically I want the same that I'd get through this bit of hackery: s = ...
11
votes
5answers
6k views

Powershell Hard and Soft Links

Can Powershell 1.0 create hard and soft links analogous to the unix variety? If this isn't built in, can someone point me to a site that has a ps1 script that mimics this? This is a nessary function ...
11
votes
4answers
8k views

How do I overcome the “The symbolic link cannot be followed because its type is disabled.” error when getting the target of a symbolic link on Server 2008?

Following on from a previous question, I am creating a symbolic link on a Server 2008 from a Vista machine using UNC paths. I can create the link just fine. I can go to the Server 2008 box and double ...
10
votes
2answers
758 views

Git Symlinks in Windows

The problem: Our developers use a mix of Windows and Unix based OS's. Therefore, symlinks created on Unix machines become a problem for Windows developers. In windows (msysgit), the symlink is ...
10
votes
4answers
2k views

How do you get PHP, Symlinks and __file__ to work together nicely?

On my localhost box I have the following directory structure: /share/www/trunk/wp-content/plugins/otherfolders /share/www/portfolio/wp-content/symlink Where symlink is a symbolic link to ...
9
votes
5answers
3k views

How to treat a symbolic link as a directory in Mercurial?

As of 0.9.4, when adding a symbolic link Mercurial keeps track of the link itself, and not the file or directories it points to. However, there are cases when it is desirable to keep track of the ...
9
votes
3answers
526 views

Is there a version of os.getcwd() that doesn't dereference symlinks?

I have a Python script that I run from a symlinked directory, and I call os.getcwd() in it, expecting to get the symlinked path I ran it from. Instead it gives me the "real" path, and in this case ...
9
votes
5answers
2k views

Symlinks on windows?

Does anyone know of a way to make/read symbolic links across versions of win32 from Python? Ideally there should be a minimum amount of platform specific code, as I need my app to be cross platform.
7
votes
3answers
322 views

How can I get the high-res mtime for a symbolic link in Perl?

I want to reproduce the output of ls --full-time from a Perl script to avoid the overhead of calling ls several thousand times. I was hoping to use the stat function and grab all the information from ...
7
votes
4answers
1k views

Can the Subversion client (svn) derefence symbolic links as if they were files?

I have a directory on a Linux system that mostly contains symlinks to files on a different filesystem. I'd like to add the directory to a Subversion repository, dereferencing the symlinks in the ...
7
votes
6answers
5k views

Is there a way to check if there are symbolic links pointing to a directory?

I have a folder on my server to which I had a number of symbolic links pointing. I've since created a new folder and I want to change all those symbolic links to point to the new folder. I'd ...
6
votes
4answers
2k views

Java: check symbolic link file existence

We talk about java 1.6 here. Since symoblic link is not yet supported, how can examine the existence of them. 1: tell wheather the link file itself exists (return true even if the link is broken) 2: ...
6
votes
2answers
1k views

Can I symlink multiple directories into one?

I have a feeling that I already know the answer to this one, but I thought I'd check. I have a number of different folders: images_a/ images_b/ images_c/ Can I create some sort of symlink such ...
5
votes
2answers
71 views

windows 7 user privilege and security review

I want to show my users (and myself) what their privileges are and give them the ability to elevate their privilege (or get someone else to) before running the MakeSymbolicLink command. The ...
5
votes
1answer
362 views

mod_xsendfile with symbolic links

I'm running into an issue using xsendfile with my Rails 3 app. I'm using capistrano to manage deployments and in each release, there is a symbolic link to the shared/assets dir (e.g. ...
5
votes
1answer
330 views

NTFS Junctions vs. Symbolic Links (for directories)

From a high-level standpoint (meaning only worrying about the results and the interface, not the implementation), what is the difference in behavior, if any, between an NTFS reparse point that points ...
5
votes
2answers
405 views

How to make a symlink in Java when running in Linux?

How to make a symlink in Java/JVM when running in Linux? Are there any other ways to this than using Java Native Interface (JNI) or java.lang.Runtime.exec("/bin/ln -s /some/path symlink")? Creating a ...
5
votes
2answers
377 views

How to create a symbolic link with SCons?

I'm using SCons for building a project and need to add a symbolic link to a file it is installing via env.Install. What command(s) will make a link that's the equivalent of running ln -s on the ...
5
votes
3answers
447 views

How to acess ctime, mtime, … of a symbolic link?

On unix symlinks are pointers to another file. Not only the file but also the symlink has a ctime, mtime, …. I know the symlinks time can be accessed, as ls displays it. If I use one of ruby's ...
5
votes
2answers
4k views

Commit symlink into subversion

I'm tring to commit a symlink into subversion, but I get this error when I try to add the actual symlink: Can't replace 'path/to/symlink' with a node of a differing type; the deletion must be ...
5
votes
3answers
1k views

How do I create a symlink in Windows Vista?

I am looking to create symlinks (soft links) from Java on a Windows Vista/ 2008 machine. I'm happy with the idea that I need to call out to the JNI to do this. I am after help on the actual C code ...
4
votes
2answers
62 views

How do I find all of the symlinks in a directory tree?

I'm trying to find all of the symlinks within a directory tree for my website. I know that I can use find to do this but I can't figure out how to recursively check the directories. The command I'm ...
4
votes
4answers
63 views

How can I detect whether a symlink is broken in Bash?

I run find and iterate through the results with [ \( -L $F \) ] to collect certain symbolic links. I am wondering if there is an easy way to determine if the link is broken in this scenario. Here ...
4
votes
1answer
465 views

Apache won't follow symlinks (403 Forbidden)

I'm having some trouble setting up Apache on Ubuntu. I've been following this guide. # /usr/sbin/apache2 -v Server version: Apache/2.2.17 (Ubuntu) Server built: Feb 22 2011 18:33:02 My public ...
4
votes
5answers
77 views

Directory recursion and symlinks

If you recursively traverse a directory tree by the obvious method, you'll run into trouble with infinite recursion when a symlink points to a parent directory. An obvious solution would be to just ...
4
votes
2answers
295 views

MySQL view column name capitalization

I'm in the process of upgrading our in-house applications from MySQL 5.0.45 to 5.1.41. In the old environment we had mirrored some tables using symlinks from one DB to another. For a few reasons, ...
4
votes
3answers
118 views

How to serve multiple images which reside above the www root within a single page?

I am hoping to offer users a user submitted image gallery. I have written a upload script which saves the file above the www root. I know I can serve the file by specifying the page header and then ...
4
votes
6answers
295 views

How can I detect that a symlink is broken in Perl?

I would like to remove a broken symlink in a directory using Perl. In my mind I just had to list the file of a directory and test is this a symlink (-l) and if it returns false just unlink it. But ...
4
votes
2answers
430 views

Are Symbolic Links and Alias(es) the Same Thing? Mac OS X

I have been trying to set up some symbolic links in the Terminal, and haven't been able to get them to work. In trying to find what I was doing wrong, I compared their function to the "create alias" ...
4
votes
1answer
211 views

PHP error “No input file specified” when calling tinyMCE from a symlink

I use tinyMCE with the PHP compressor. I would like to have it in a single folder, used by all the domains needing it on my server, instead of a copy for each site. However, since I know it's not ...
4
votes
2answers
197 views

How do you determine the path of the file that a symlink points to?

In Linux, if you have a path to a file which you know is a symlink, how do you programmatically determine (in C or C++) the path to the file that it points to?
4
votes
2answers
710 views

Cannot overwrite Symbolic Link RedHat Linux

I have created a symbolic link: sudo ln -s /some/dir new_dir Now I want to overwrite the symbolic link to point to a new location and it will not overwrite. I have tried: sudo ln -f -s /other/dir ...
4
votes
1answer
337 views

Ignoring symlinks in git

Is there a way to make git completely ignore symlinks (leave them in the tree, but not create them on checkout)? Alternatively, is there a way to make git convert between symlinks on linux and ...
4
votes
3answers
403 views

Does creating a symbolic link to another symbolic link have any side-effects?

Does creating a symlink to another symlink on a linux box have any side effects (specifically in terms of performance)?
4
votes
4answers
1k views

Linux: Find all symlinks of a given 'original' file? (reverse 'readlink')

Consider the following command line snippet: $ cd /tmp/ $ mkdir dirA $ mkdir dirB $ echo "the contents of the 'original' file" > orig.file $ ls -la orig.file -rw-r--r-- 1 $USER $USER 36 ...
4
votes
3answers
164 views

Use Clojure to create symlink

I've been focusing on Clojure recently as a possible functional language to do systems scripting. Until, it dawned on me that having the JVM underneath means I'm limited to Java's capability. So, how ...
4
votes
1answer
1k views

Ignore symbolic links in .gitignore

Is it possible to tell Git to ignore symlinks ? I'm working with a mixed Linux / Windows environment and, as you know, symlinks are handled very differently between the two.
4
votes
3answers
402 views

how to change symlink target while preserving inode

Normally to change a symlink target one will first unlink the file and then re-creating the symlink with the new target path. However it will be assigned a new inode number. Maybe there is a private ...
4
votes
2answers
391 views

Controlling eGit's treatment of symbolic links

I am setting up a project that will be shared among several programmers at my organization. We are using git--to which I am a newcomer. The project directory includes symbolic links to documentation ...
4
votes
3answers
1k views

In .NET, How to obtain the target of a symbolic link (or Reparse Point)?

In .NET, I think I can determine if a file is a symbolic link by calling System.IO.File.GetAttributes(), and checking for the ReparsePoint bit. like so: var a = ...
4
votes
3answers
515 views

Implementing symlinks in a virtual file system

I'm working on a virtual file system which isn't disk based, kind of like /proc. Now I want to create a symlink within it to a target on a ext3 file system. I haven't found any standard documentation ...

1 2 3 4 5 8