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 ...

learn more… | top users | synonyms (1)

0
votes
0answers
9 views

Symblic link glut CodeBlocks

I am trying to run this code in CodeBlocks http://pastebin.com/VkyRnkKm and I am getting this errors I have freeglut installed and I have been running glut and openGL and SDL programs before ...
0
votes
0answers
11 views

Force /dev/sd* assignments on boot

I've got a server with 7 hard drives in it. When I run the command "hddtemp" it takes a /dev/sd* path to tell you the temperature of a drive. I'd like to be able to set up my drives to be persistent ...
0
votes
0answers
26 views

Symbolic link for lampp isn't working 100%

Note: I'm a beginner in ubuntu I've been trying for some time to set XAMPP up on my Ubuntu machine so I can develop my PHP projects. I found out that I can't directly modify the htdocs folder because ...
0
votes
0answers
37 views

msp430/bin/ld: cannot find -lc

I installed successfully msp430-gcc 4.7.0 compiler. The compiler at the final stage of the linking process it shows me the following error for Ubuntu 12.04. msp430-gcc -mmcu=msp430f1611 ...
0
votes
0answers
12 views

How to change Taskbar from left corner to button? [duplicate]

I want to customize the ubuntu ls taskbar to the button location . How can i do it ? Please anybody answer it?
0
votes
1answer
67 views

ubuntu 13.04 cant read windows 8 partition anymore

I freshly installed ubuntu 13.04 on my Windows 8 PC. Dual booting it, I created a symbolic link while on ubuntu to my windows based Dropbox directory. The link worked fine while the computer was still ...
0
votes
0answers
17 views

failed to add phy80211

My old Dell D610 has crashed following recent up-date. The one message I have managed to find is 'failed to add phy80211 symlink to netdev! cfg80211 [36.818577]. scribbled notes so message may not be ...
0
votes
2answers
45 views

How to install gcc/g++ 4.4 and make links

Because I cannot compile some code by gcc/g++ 4.7, I want to install gcc/g++ 4.4. I searched the Internet and found some different way. I don't know what is the best solution. Is it possible to ...
0
votes
0answers
19 views

Access to other disk for a normal user and .bashrc for root

I'm working with sbt tool to build an Android app with Scala. It really doesn't matter what this tool does and how it does exactly. The problem is that Android SDK home directory located on the other ...
0
votes
0answers
42 views

Tar extract symbolic link before extracting the target

I use sshfs to mount folders inside my home directory and one of those is Steam. Each time tar is used to extract in those folder, it will fail calling utime on all symlinks. I noticed that tar ...
0
votes
0answers
29 views

How to link to a read only file system

I mounted my DVD drive and now wanted to create a symlink within a samba share to direct to the DVD drive's mount point. This failed because of the DVD drive being mounted as read-only. Is there a way ...
1
vote
0answers
12 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
60 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
27 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
77 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 ...
5
votes
1answer
265 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
77 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
42 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
219 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
264 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
734 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
103 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
123 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
170 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
189 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
97 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 ...
5
votes
1answer
219 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
91 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
598 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
123 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
182 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
1k 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
61 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
73 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
139 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 ...
9
votes
1answer
292 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
86 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
388 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
272 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
63 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
1k 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
150 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
176 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
124 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
217 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
922 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
212 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 ...

1 2 3