A symbolic link ("symlink") is a reference to a file or folder which may exist on the same or another drive in the system. Symbolic links allow users to create a more logical file layout, when the files themselves may be spread across multiple disks or relocated to more convenient locations.

learn more… | top users | synonyms (1)

1
vote
2answers
31 views

Is it possible to create a subfolder inside a symlink folder but not be added into the parent folder?

Is a very tricky question, sorry about that Base on this Folder A file1 file2 Folder B ( symlink of Folder A (softlink) ) file1 file2 that i want to do is create a folder or file inside my ...
1
vote
0answers
15 views

adding symbolic link to os x finder sidebar

I'd like to add a symbolic link to the OS X finder sidebar, but when I do so the sidebar follows the link and creates a direct link to the target folder. This is not what I want, the reason I use a ...
1
vote
0answers
20 views

Can I add ADMX files via symbolic links?

Is it possible to add Group Policy templates (ADMX files) on a local Windows 7 machine by creating a symbolic link (soft link) in the C:\Windows\PolicyDefinitions folder that points to an ADMX file ...
0
votes
0answers
21 views

junction gets deleted when visual studio debugging

I have a two hard drive Windows 8 setup with the user folder on a second hard drive using a junction from C:\Users to D:\Users. Everything has worked great for months, but lately when I try debugging ...
0
votes
0answers
14 views

Aptitude fails to write file to symlinked directory

I have a Ubuntu 12.04.2 server with /etc/apache2 as a symlink to another directory for logging purposes. When I try to install the libapache2-mod-passenger package it doesn't install the ...
1
vote
2answers
89 views

cp -H vs cp -L (What is a “command-line” symbolic link?)

My OS states the following in the man page of cp: -H follow command-line symbolic links -L, --dereference always follow symbolic links I am having difficulty figuring out what ...
0
votes
1answer
30 views

Trying to create a Symbolic link between Sublime Text 2 and Subl

As the title says, I'm trying to create a sym link for my Sublime_text launcher, I did: sudo ln -s /path/to/sublime_text /usr/bin/subl and when I ls /usr/bin the blue subl link is there. Then I ...
0
votes
2answers
35 views

Can I create a single ftp to access multiple network locations

I have an ftp server setup using FileZilla Server and 5 application servers which each have a backup folder that is shared. On the ftp server I have setup symlinks in the root ftp directory that ...
2
votes
1answer
23 views

Symlink bash autocomplete

If I typer unrar-nonfree and double tap tab, I get the usual autocomplete result: michaelxu@michaelxu-server:~$ unrar-free / backup.sh initrd.img.old mxx.lock tmp/ bin/ ...
0
votes
1answer
21 views

What factors might prevent this symlink from working as intended?

I'm on a Windows 7 64-bit machine, and I've been trying to get a symlink set up to some rather hefty files so that I don't need to use twice the memory (two different applications need to access these ...
3
votes
1answer
77 views

Hard symbolic link directory

I am taking over control of a server and I have found a directory in two different locations: /var/www /home/user.name (i.e., ~/) that have the exact same inode number: ls -i 11895253 ...
0
votes
3answers
54 views

How to give access to user for specifig directory?

I made symlink when logged in as www (apache user): ln -s /home/anotheruser/test /var/www/test Now I go to my mydomain.com/test and I get a 403 error. /home/anotheruser/ has permissions 764 ...
1
vote
1answer
31 views

Why is this archive failing to create symlinks?

When I extract the archive Symfony_Standard_2.2.1.tgz using this command: $ tar xzf /home/tomas/downloads/Symfony_Standard_2.2.1.tgz I always get the errors: tar: doctrine.php: Cannot create ...
0
votes
1answer
21 views

Vim With Windows+Symlinks and a sandbox directory

I have a large project, and I have to work in and switch between a few directories often. My solution was to symlink all the files that I want to get to quickly into a sandbox directory. I just ...
0
votes
0answers
22 views

Creating links that keep a relative path from a base folder

When I copy my music from the root folder to a portable player's folder or a USB drive, is there a way that I can keep the relative structure? For example: My music is located in: ...
0
votes
0answers
26 views

Show SymLinks in Win 8

Is there a way to get dir (or some other command) to list info about symlinks? As far as I can tell dir does not display any difference between a normal folder and a symlinked folder.
0
votes
1answer
20 views

Windows SymLink Questions: How do I tell if a file is symlinked /

I'm not exactely sure how to phrase my questions, I'll describe what I'm doing, perhaps my misconceptions will show. I'm on windows 7. I symlinked files that I'm working on in a project to a sandbox ...
2
votes
1answer
38 views

launching applications from the Windows command prompt?

Is there a Linux methodology to include .exe files symbolically to a location referenced by the %PATH%? The process seems trouble free on Linux, but when attempting to do similar actions via mklink on ...
1
vote
1answer
41 views

Am I failing to foresee an issue with a cygwin symlink to Windows's python.exe?

Should be an easy question. I have a windows version python 2.7 at C:/Python27/python.exe and I also have cygwin's installation at /usr/bin/python -> /usr/bin/python2.7.exe. This means that when I ...
0
votes
2answers
30 views

Show all symbolic links in a -> b format for 1 directory and sub directories

As title. How can I see a list of symbolic links in the format A -> B starting from a specified directory including all it's sub directories? This is on a Mac by the way.
1
vote
0answers
36 views

Multi user web software update solution

I want to accomplish an easy update procedure for web software that is used by multiple users. The idea is to have the software with multiple versions at /opt/software/version-1.2.3/ or ...
0
votes
1answer
37 views

rsync --remove-source-files and symbolic links

My source folder contains only symbolic links to different directories: symlink1 -> /path/to/dir1 symlink2 -> /path/to/dir2 I want rsync to delete synch'd links from the source on success. ...
0
votes
1answer
31 views

Is it possible to apply special restrictions for a content of a directory?

I want restrict permissions to the content of a directory /abc/def/: disable links (symbolic or hard) limit the number of write permissions pointing to the same file (e.g. to 1, so only one process ...
0
votes
1answer
202 views

Mac client on AD domain - individual folder redirection

I'm trying to configure a home network with Windows 2008R2 and Windows 7 / Mac Mountain Lion clients. I have a separate NAS drive, which I want to host all home folders as well as a central store of ...
0
votes
1answer
31 views

Linking Ubuntu Documents to Windows Documents

I would like to make my documents synchronised across my dual boot Windows 8 and Ubuntu system. I've chosen to implement this as mounting the Windows data partition in Ubuntu at boot time with fstab, ...
0
votes
1answer
45 views

Apache: How to link or mount local directory to a remote one on Internet?

I have apache2 web server installed on Ubuntu Server which provides the service at 192.168.122.108:80. Also, I've been created a directory named ubuntu on apache's root directory. Now, the idea is to ...
0
votes
1answer
25 views

Third party app for soft linking to files in Windows XP?

There's an app called Junction for soft linking to directories, but I'd like to soft link to files as well.
1
vote
1answer
58 views

Httpd error: not accessible symlink with -D FOREGROUND

I'm trying to setup virtual host in Fedora18. Configuration is following: httpd version is 2.4 user/group - apache/apache global document root is /var/www/html vhost symlink: ...
1
vote
2answers
198 views

How can I store encfs6.xml in another location (and still make it detectable)?

How can I make encfs4win search for the encfs6 file in another location? I tried modifying the encfs_mount.cmd file at the end, like so: set ENCFS6_CONFIG=c:/test1/.encfs6.xml %pathtoencfs%encfs ...
1
vote
1answer
74 views

Copy folder and all subfolders but NOT symlinks

I need to copy a folder and all of its subfolders but I don't want any of the symlinks or their contents to come with it. Can this be done simply? Or - obviously - can I easily disconnect and remove ...
0
votes
0answers
45 views

Searching file location and creating symlink

We have an application that calls an executable on the user's PC (Windows 7), however it's looking for a hard coded path that may or may not be accurate. i.e. There are users who have installed the ...
1
vote
0answers
35 views

How to create Symbolic Link chain in Windows?

I am trying to create multi-level symbolic links in Windows 8, but only the direct (first level) symlink seems to be working. If I try to use the second level SymLink, i get errors. i have been using ...
0
votes
1answer
71 views

Why don't hard link destinations on Windows Server 2003 immediately show the proper file size and last modified time?

I wanted to create hardlinks to files on Windows Server 2003 and I stumbled upon the superuser question hardlinks on ntfs with windows. I tried mklink as one of the answers suggested and found that ...
1
vote
1answer
259 views

Creating symbolic link in windows 7 from NAS device

We currently use Carbonite for our file back ups. I have an N.A.S. with a bunch of files on it that I would like Carbonite to back up in addition to the local files on the machine with the Carbonite ...
4
votes
1answer
91 views

Convert symlinks to hard links

I'd like to recursively convert soft links to hard links in a directory. I've tried something like this: for f in *; do (mv $f{,~} && ln $(readlink $f~) && rm $f~) done …but it ...
1
vote
1answer
59 views

Windows Symlink & working directory

I have a directory called apps/myapp/ with a file myapp.exe which uses myapp.dll and some other dlls. Now lets say i want to symlink this to a directory, like one would do in linux. bin/myapp.exe ...
0
votes
1answer
57 views

How do I make a relative link in windows with a space in the path [duplicate]

I want to make a relative link in Windows 7 to a path that contains a space character. Making a relative link without a space in the path works as follows (explained here): %windir%\system32\cmd.exe ...
0
votes
1answer
130 views

Create Symlink in Windows from command line without “.lnk”

I want to mount a network share on a folder in Windows, because I have an application that's stored big files in a hard-coded path (e.g. c:\path\of\directory). I can't change that path. This is ...
4
votes
1answer
208 views

How can I set a Removable External Device as a built-in Hard Drive?

I am using SSD with my laptop and running out of free space.. So I bought an 64GB microSD card as a secondary storage. But, when I launch My Computer, the SD card drive is recognized as, of course, ...
0
votes
0answers
27 views

Symlink folder for php script

I want to install a script that list all the files I have on my server. The problem is the script itself recognize only "files" folder within its structure while my existing files were all in ...
0
votes
0answers
27 views

FTP not working properly — Everything appears as symlinks?

I'm running a site with Proftp on it. I use Fireftp to connect to it, but when I do, everything shows up with a shackle next to it and I can't do nothing, when I refresh it changes to the proper ...
2
votes
1answer
74 views

symlinks for admin users on Windows

On Windows you can create symlinks either if you start the programm, you want to create a symlink in (e.g. cmd), as Administrator. or if you give your user/usergroup the permission to create ...
1
vote
1answer
87 views

Is there a way to create a virtual drive in Ubuntu that contains multiple NTFS partitioned drives?

I have a dual boot set up (win 8/ubuntu 12.04) and in Ubuntu all 5 of my windows drives show up individually on the Unity launcher. It takes up a lot of space but I like being able to link directly to ...
0
votes
0answers
18 views

Cross platform application to link files (similar to hardlink)

I need cross platform application that will implement functionality similar to hardlink. It will be great if all sync rules may be defined in file that application will read later. Why I can't use ...
0
votes
1answer
49 views

Will uninstalling a program that uses symbolic links also remove the linked files on Windows 7?

I recently discovered how to use symbolic links in Windows 7, and I've already started imagining and implementing uses for them. One such usage is to link a program's folder in Google Drive, allowing ...
1
vote
0answers
721 views

mklink /d not working

I have a folder with my pictures on a network drive. I would like that folder in the pictures library in windows 8. It wouldn't let me add it since the network drive isn't indexed. Windows help said ...
0
votes
1answer
114 views

How to automatically mount hard drive in Ubuntu

I have an extra hard drive which I access regularly in Ubuntu, and I have a link from my home folder to a folder on this drive. However, this link doesn't work when I first log in because the hard ...
0
votes
0answers
38 views

Symlink relative vs absolute

I have been using media temple and I gave up on their support and I'm here to see if this can be solved. I want to use capistrano recipe which deploys automatically. After playing around I was able ...
1
vote
0answers
185 views

Linux Symbolic link not visible to windows 7 using samba

Versions: Debian 6.0.6 Samba 3.2.5 I have a linux machine running samba, and a number of windows 7 machines connecting to the smbshares. This works fine with no issues except for one: Symbolic links ...
0
votes
0answers
63 views

How to batch convert symbolic links to hard links on Windows?

I have a large folder full of many files and subfolders, some of which contain symbolic links. I would like to batch convert all the symbolic links into hardlinks. Is there any software out there ...

1 2 3 4 5 7