Symbolic link or symlink is a special type of file that contains a reference to another file or directory as an absolute or relative path. For most operations, symbolic links are transparent and the read or write operations on symbolic link files are redirected to actual files i.e the files that ...
1
vote
0answers
11 views
Wine shows its applications three times in the 'Open with' dialog
Today I noticed that wine is listing its applications many times when I go to the 'Open with other application...' dialog.
It is very strange.
Where are these symbolic links stored which are shown in ...
1
vote
0answers
36 views
Files (Nautilus?) shows the real location of Symbolic Links
I some of the "folders" in my home directory are symbolic links to a larger hard drive mounted on /mnt/data.
I would like it if when I click on (for example) Music in my home directory, Nautilus ...
1
vote
2answers
21 views
In: No such command - trying to create a symlink and 'in' does not work
I'm using a Ubuntu 12.10 server (an Amazon AWS EC2 Instance) and I need to create a symlink which needs the In command but this appears not to be installed. The message i get is In: No such command ...
2
votes
2answers
60 views
Mirror Files and Documents from Windows machine to Ubuntu in Virtualbox
Ok, so I have a machine with a dual boot installed (Windows 8 and Ubuntu 12.10). They are on separate hard drives. I already have Virtualbox set up to boot from the linux physical hard drive (Windows ...
4
votes
1answer
187 views
How can I stop Nautilus from dereferencing symlinks?
I use symbolic links to tidy my home folder. This works well in the terminal, since the links create the illusion of normal folders:
In Nautilus, however, the links behave more like Windows ...
3
votes
4answers
68 views
Are symlinks internally bidirectional or are they only pointing somewhere?
How are symlinks implemented? Are references stored on both sides or only in the location where the symlink is pointing from?
Story: I have a weird "bug" in the folder view of Sublime. A folder that ...
0
votes
1answer
37 views
Can I set up a symbolic link-esque alias from (e.g.) “mybinary dothing” to “dothing”?
I have a script that takes some gene data and runs it through dozens of programs to try to tease out as much information as possible and make me some pretty reports. However, while it seems to work ...
0
votes
0answers
205 views
Configure Apache to access a symbolic link to samba mounted folder (Symbolic link not allowed or link target not accessible)
I had Arch Linux installed and was able to get this correctly working, but I decided to switch over to Ubuntu Server.
I just installed the latest (12.10) version of Ubuntu Server along with LAMP and ...
14
votes
2answers
253 views
Is there a difference between a symbolic link via terminal or right-click make link?
Title says all. I'm wondering if there is a difference between going to a terminal and typing "ln -s path 'path" or just right clicking on something and selecting make link.
3
votes
2answers
604 views
Can I symlink a Dropbox folder?
I've just installed Ubuntu 12.10 as a dual boot with Windows 8. I'd already had windows up and running for a few months before installing Ubuntu, so in order to have my files accessible from both ...
2
votes
2answers
99 views
What's the best way to add native-looking links to my NTFS data partition?
I have many documents, backups, movies, photos which I have in a Windows data partition (D: drive) that is on the same box as my Ubuntu installation.
I want to be able to use this from Ubuntu, with ...
2
votes
1answer
86 views
Run diff on symlinks
I have two folders containing a number of broken symlinks.
Is there a way to make diff compare the target of the links instead of trying to follow the links?
2
votes
2answers
139 views
How can I synchronize Windows links (.lnk) to 12.10 using Ubuntu One?
My problem
UbuntuOne does not synchronize Windows link files (.lnk). Now, I do not expect UbuntuOne to synchronize the actual links by changing an .lnk file to a linux symlink, nor do I do expect ...
0
votes
1answer
165 views
12.10 403 Forbidden SymLink
I am trying to set up a simple development environment and even after setting all the permissions, I can't get past the 403 error
<VirtualHost *:80>
ServerAdmin webmaster@localhost
...
2
votes
1answer
87 views
How to copy symbolic links while preserving the validity of the link?
Say under directory /usr/local/boost_1_52_0/stage/lib, I have a symbolic link: libboost_timer.so, which points to the regular file libboost_timer.so.1.52.0 in the same directory.
How can I cp the ...
4
votes
1answer
158 views
How to create a read-only link to a directory?
One of my scripts dynamically creates a symlink like so:
ln -s /home/hosting/projects/images /home/hosting/projects/demo/images
How can I make it so that the access through link is read-only?
5
votes
1answer
88 views
How do I automatically create links to directories?
What is the easiest/quickest way to share files among different users?
I would like each user to have access to the same music and pictures directories. Creating symbolic links seems tedious as I ...
4
votes
1answer
470 views
How do symbolic links work in Dropbox?
I made some links to files in a folder. When I added that folder to Dropbox, the links contained duplicate copies of the files linked to. Have you had this problem? Do you understand what is ...
0
votes
2answers
112 views
Symbolic Links wont work
I'm trying to move my .vimrc file into my .vim folder.
I read that a symbolic link would allow vim to be able to find my .vimrc file.
So i go,
ln -s ~/.vim/.vimrc ~/.vimrc
But all this seems to do ...
0
votes
0answers
179 views
Why does ln fails with EEXIST?
I am trying to link a file named genes.gtf to my directory, but I'm getting this error:
ln: failed to create symbolic link `./genes.gtf': File exists
What should I do?
4
votes
1answer
834 views
How do I deal with too many levels of symbolic links?
I'm using Ubuntu Live USB to access my windows files, I'd like to perform a complete, file by file, backup of the Windows C: Drive.
Since I want everything backed up, I'm doing a copy and paste. Copy ...
1
vote
1answer
57 views
Symbolic Link says it is pointing to correct folder but goes to parent in FileZilla
I used the following to create a symbolic link
ln -s /var/www/example.com/target/public_html faker
When I use readfile faker it shows the correct link but when I navigate through FileZilla it take ...
1
vote
0answers
67 views
Help With Hard links And Symlinks Moving Directory And Files
I have a symlink /var linking to /tmpfs/var.1
/var -> /tmpfs/var.1
I start a script called cache_tmpfs from /etc/rc.local on startup. This script will copy /var.backup/* contents to ...
0
votes
0answers
123 views
Evince won't save files, says “Permission denied”
If I go into evince's save dialog, go to /home/username/Documents, in my home directory, and try to create a new directory (e.g. foo), the operation fails. Evince says:
Could not create directory ...
8
votes
1answer
269 views
Wine won't follow Symbolic links
I can't get Wine to follow some symbolic links I have in my home folder or in applications. Is there a way to enable this? This is on Wine-1.5.18.
Edit: Just in case it helps, I'm trying to use a ...
2
votes
2answers
83 views
What are some typical uses of hard links?
Everyone who was used to Windows can imagine what symlinks are and how they're used. On the other hand, the hard link concept is foreign to Windows (am I correct?).
I would like to know what are the ...
0
votes
1answer
315 views
How do I redirect PlayOnLinux to a different partition?
Okay! This sounds kind of hard, but it should be entirely doable.
I have Ubuntu and Windows on the same disk. On the Windows partition, I have a game installed (Guild Wars 2, but this shouldn't ...
0
votes
2answers
247 views
Do symlinks from HDD to SSD give a performance hit?
I am planning to install Kubuntu onto an SSD, but have /home mounted on a hard disk drive.
But also, I would like some /home/... subdirectories to benefit from SSD's performance (they will be read ...
0
votes
1answer
59 views
How to move one directory back when path contains symlink
I want to move one directory back in Thunar when I get into by symbolic link. I know that in terminal I can use cd -P but I want to obtain this behavior in Thunar.
2
votes
2answers
979 views
Help with creating symbolic link
I'm a little bit confused with how the symbolic links work. I hope someone can guide me in the right direction.
I want to put a demo online from our software, which normally only runs locally on a ...
4
votes
3answers
1k views
Cannot transfer file due to “Filesystem does not support symbolic links” error
When I want to transfer files from my local hard drive to my thumbdrive, I keep getting this error:
Filesystem does not support symbolic links.
I don't know what this is, I need help with ...
0
votes
0answers
8 views
Can I synchronize links with Ubuntu One? [duplicate]
Possible Duplicate:
Does Ubuntu One follow symlinks if synchronizing a folder?
I am synchronizing a folder with Ubuntu One containing subdirectories. Let's say the structure is the ...
1
vote
0answers
137 views
How to rsync a chroot without breaking symlinks? [closed]
I'd like to rsync (backup) a chroot environment from outside the chroot. For that I first make a lvm snapshot of the chroot volume and then run rsync on that.
The only problem with this approach: ...
0
votes
2answers
2k views
Symbolic Link: No such file or directory
I created a symbolic Link from a File at "/opt/bladir/bla" to "bla". So "bla" is now in "/usr/bin/bla". But if I want to call "bla" at terminal, there comes the no such file or directory error. I ...
0
votes
2answers
137 views
What is “link to executable”?
What is "link to executable" ? I'm trying to understand what "gcc" is. If I open Properties of it in Unity UI it says "link to executable".
I googled it. Tried following commands
link
readlink
ln
...
0
votes
0answers
119 views
ProFPTd Server - directory alias/shortcut/link
Here is my situation. I want to give users access to a folder not in their home tree.
I have user1 and when he accesses the ftp he sees / when he is really accessing /somedir/home/user1
Then user2 ...
1
vote
2answers
210 views
show the target of current directory(symbolic link)
I'm in directory ~/a which is a symbolic link to ~/b/c. My prompt looks like:
~/a$
But I hope to cd to ~/b/c.
~/a$ cd .
~/a$
It doesn't work. What's the right way?
1
vote
1answer
844 views
Is it possible to create a shortcut/symbolic link to a folder in unity launcher? [duplicate]
Possible Duplicate:
In Unity, how do I make desktop shortcuts (a la Windows, OSX)?
How can you access a folder you want quickly?
I want to create a shortcut for a folder on unity. How is ...
2
votes
2answers
207 views
If I create a link to a folder, how can I get from that linked folder to the “real” folder from within Nautilus?
Say I have a folder several layers down in my documents folder. And I want easy access to it from my desktop. To do that I:
Go to the parent folder in Nautilus.
Right click on the folder's Icon and ...
3
votes
1answer
480 views
Can't change destination of symbolic link
I want to change the destination of an existing symbolic link, without removing the link or the old destination.
I have previously created a symbolic link to a directory such as follows :
$ cd ...
0
votes
1answer
197 views
Symlink on a folder inside a mounted drive
Ok so i moved from windows to ubuntu 12.04 32bit yesterday and im still learning the folder structure etc of *nix systems. What im trying to do is create a symlink from my 2nd hard drive's, which is ...
0
votes
1answer
1k views
sites-available subfolders and a2ensite?
Due to my job on my localhost I have a lot (think 50+) sites running, these are for about 8 different clients,
I want to organise my sites into subfolders.
I tried putting my sites in subfolders ...
2
votes
1answer
168 views
How do I replace a directory with a symlink and retain the folder emblem?
I want to replace the folders in my home/ directory with symlinks to folders in another location, but I want to retain the folder emblems without having to go searching for them. How do I do this?
...
0
votes
1answer
661 views
After creating a symlink from PlayOnLinux steamapps to Windows steamapps, should games appear as installed in Steam?
I was able to successfully install Steam via PlayOnLinux. I can launch Steam, browse the store, see my library, etc. After I did that step, I followed these instructions to create a symlink from ...
0
votes
0answers
69 views
Can I fix this Symlink problem I accidentally caused?
I was following this guide that helped me with symlinks and personal folders a few times already, but I messed up cause I accidentally did the same thing for the Desktop folder. Then I wanted to ...
1
vote
2answers
649 views
Documents stored on separate internal drive, Ubuntu doesn't notice on startup
My machine has Windows 7 Ultimate x64 and Ubuntu 12.04 LTS running side-by-side on a single hard drive with GRUB bootloader, each with 500 GB storage. I keep my personal documents on a separate 1TB ...
0
votes
1answer
190 views
Can't create folder links from a fat32 partition
When I try to create links from several folders (created on windows 7) in order to put them on my personal folder, I get the following error:
Error creating the link to [folder] - Destination does ...
0
votes
0answers
15 views
How To Mount or Bind A Samba Share (Specified By An IP Address) On A Directory? [duplicate]
Possible Duplicate:
Correct way of mounting a Windows share
From my Ubuntu computer, I can access a network share in Nautilus using the IP address prefixed with "smb://". For example, ...
0
votes
2answers
140 views
How to Tab-complete directories when in symlinked directory?
I have a symlink:
/path/to/foo -> /path/to/bar/foo
When in /path/to/foo I might want to cd to /path/to/bar/foo:
$ cd ../ Tab
Then nothing autocompletes. I can still cd just fine by typing in ...
3
votes
1answer
2k views
How do I add links to launcher
I am new to Ubuntu; I've been using it for a couple hours now, and I encountered one little problem that I was hoping to solve. I got a program on my computer without actually using the software ...



